gnu: psm: Limit supported systems.

* gnu/packages/linux.scm (psm)[supported-systems]: New field, limit to
i686-linux and x86_64-linux.
This commit is contained in:
Efraim Flashner 2017-11-07 20:15:47 +02:00
parent 174807b9a4
commit b516b78002
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4451,4 +4451,6 @@ (define-public psm
communications interface for the True Scale family of products. PSM users are communications interface for the True Scale family of products. PSM users are
enabled with mechanisms necessary to implement higher level communications enabled with mechanisms necessary to implement higher level communications
interfaces in parallel environments.") interfaces in parallel environments.")
;; Only Intel-compatable processors are supported.
(supported-systems '("i686-linux" "x86_64-linux"))
(license (list license:bsd-2 license:gpl2)))) ;dual (license (list license:bsd-2 license:gpl2)))) ;dual