mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: spindle: Limit supported systems.
* gnu/packages/admin.scm (spindle)[supported-system]: New field.
This commit is contained in:
parent
c80629e7c2
commit
785f40dfbc
1 changed files with 2 additions and 0 deletions
|
@ -2596,4 +2596,6 @@ launch daemons into the relevant nodes.")
|
||||||
"Spindle is a tool for improving the performance of dynamic library and
|
"Spindle is a tool for improving the performance of dynamic library and
|
||||||
Python loading in HPC environments.")
|
Python loading in HPC environments.")
|
||||||
(home-page "https://github.com/hpc/Spindle")
|
(home-page "https://github.com/hpc/Spindle")
|
||||||
|
;; This package supports x86_64 and PowerPC64
|
||||||
|
(supported-systems '("x86_64-linux"))
|
||||||
(license license:lgpl2.1)))
|
(license license:lgpl2.1)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue