Skip to content
Snippets Groups Projects
Unverified Commit 58a536bb authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

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.
parent 8c8e1089
No related branches found
No related tags found
No related merge requests found
...@@ -177,7 +177,7 @@ (define-public openmpi ...@@ -177,7 +177,7 @@ (define-public openmpi
(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 @@ (define-public slurm ...@@ -139,7 +139,7 @@ (define-public slurm
;; 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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment