gnu: spindle: Limit supported systems.

* gnu/packages/admin.scm (spindle)[supported-system]: New field.
master
Efraim Flashner 2018-04-21 23:22:43 +03:00
parent c80629e7c2
commit 785f40dfbc
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 0 deletions

View File

@ -2596,4 +2596,6 @@ launch daemons into the relevant nodes.")
"Spindle is a tool for improving the performance of dynamic library and
Python loading in HPC environments.")
(home-page "https://github.com/hpc/Spindle")
;; This package supports x86_64 and PowerPC64
(supported-systems '("x86_64-linux"))
(license license:lgpl2.1)))