mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +02:00
gnu: openmpi, slurm: Switch to hwloc 2.x.
* gnu/packages/mpi.scm (openmpi)[inputs]: Switch to HWLOC-2. * gnu/packages/parallel.scm (slurm)[inputs]: Likewise.
This commit is contained in:
parent
8c8e108978
commit
58a536bb1b
2 changed files with 2 additions and 2 deletions
|
@ -177,7 +177,7 @@ bind processes, and much more.")
|
||||||
(base32 "0ms0zvyxyy3pnx9qwib6zaljyp2b3ixny64xvq3czv3jpr8zf2wh"))))
|
(base32 "0ms0zvyxyy3pnx9qwib6zaljyp2b3ixny64xvq3czv3jpr8zf2wh"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("hwloc" ,hwloc "lib")
|
`(("hwloc" ,hwloc-2 "lib")
|
||||||
("gfortran" ,gfortran)
|
("gfortran" ,gfortran)
|
||||||
("libfabric" ,libfabric)
|
("libfabric" ,libfabric)
|
||||||
("libevent" ,libevent)
|
("libevent" ,libevent)
|
||||||
|
|
|
@ -139,7 +139,7 @@ and they are executed on lists of files, hosts, users or other items.")
|
||||||
;; in particular mysql and gtk+.
|
;; in particular mysql and gtk+.
|
||||||
(inputs `(("expect" ,expect)
|
(inputs `(("expect" ,expect)
|
||||||
("freeipmi" ,freeipmi)
|
("freeipmi" ,freeipmi)
|
||||||
("hwloc" ,hwloc "lib")
|
("hwloc" ,hwloc-2 "lib")
|
||||||
("json-c" ,json-c)
|
("json-c" ,json-c)
|
||||||
("linux-pam" , linux-pam)
|
("linux-pam" , linux-pam)
|
||||||
("munge" ,munge)
|
("munge" ,munge)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue