efraim pushed a commit to branch master
in repository guix.

commit b516b780022010d32c5746adde19c3af20ee74a3
Author: Efraim Flashner <[email protected]>
Date:   Tue Nov 7 20:15:47 2017 +0200

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

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 010475a..5398906 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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

Reply via email to