~ruther/guix-local

b516b780022010d32c5746adde19c3af20ee74a3 — Efraim Flashner 8 years ago 174807b
gnu: psm: Limit supported systems.

* gnu/packages/linux.scm (psm)[supported-systems]: New field, limit to
i686-linux and x86_64-linux.
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +2 -0
@@ 4451,4 4451,6 @@ libraries, which are often integrated directly into libfabric.")
communications interface for the True Scale family of products.  PSM users are
enabled with mechanisms necessary to implement higher level communications
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