diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-04-21 23:22:43 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-04-21 23:25:42 +0300 |
commit | 785f40dfbc5e8511a1c6ed9cd8d8b40e0f03a857 (patch) | |
tree | 2f3de5333c1bbb438185627ebb113825e963da6e | |
parent | c80629e7c2840c72effe398b351af9038f9cd44a (diff) | |
download | patches-785f40dfbc5e8511a1c6ed9cd8d8b40e0f03a857.tar patches-785f40dfbc5e8511a1c6ed9cd8d8b40e0f03a857.tar.gz |
gnu: spindle: Limit supported systems.
* gnu/packages/admin.scm (spindle)[supported-system]: New field.
-rw-r--r-- | gnu/packages/admin.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 5b47d5faec..8d32518973 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -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))) |