From b516b780022010d32c5746adde19c3af20ee74a3 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 7 Nov 2017 20:15:47 +0200 Subject: 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 010475a7da..5398906de4 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 -- cgit v1.2.3