guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: psm: Limit supported systems.


From: Efraim Flashner
Subject: 01/02: gnu: psm: Limit supported systems.
Date: Tue, 7 Nov 2017 13:41:32 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit b516b780022010d32c5746adde19c3af20ee74a3
Author: Efraim Flashner <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]