mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: hwloc: Add "lib" and "debug" outputs.
* gnu/packages/mpi.scm (hwloc)[outputs]: New field. [arguments]: Add 'avoid-circular-references' phase. (openmpi)[inputs]: Use the "lib" output of HWLOC. * gnu/packages/parallel.scm (slurm)[inputs]: Likewise.
This commit is contained in:
parent
7eb9f31cd9
commit
798b7678a0
2 changed files with 23 additions and 12 deletions
|
@ -113,7 +113,7 @@ and they are executed on lists of files, hosts, users or other items.")
|
|||
;; in particular mysql and gtk+.
|
||||
(inputs `(("expect" ,expect)
|
||||
("freeipmi" ,freeipmi)
|
||||
("hwloc" ,hwloc)
|
||||
("hwloc" ,hwloc "lib")
|
||||
("json-c" ,json-c)
|
||||
("linux-pam" , linux-pam)
|
||||
("munge" ,munge)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue