diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 2 insertions, 0 deletions
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 |