gnu: hwloc: Update to 2.7.0.

* gnu/packages/mpi.scm (hwloc-2): Update to 2.7.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Philippe SWARTVAGHER 2021-12-13 22:51:35 +01:00 committed by Nicolas Goaziou
parent 96010ba902
commit b46c92c579
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -151,7 +151,7 @@ (define-public hwloc-2
;; Note: 2.x isn't the default yet, see above. ;; Note: 2.x isn't the default yet, see above.
(package (package
(inherit hwloc-1) (inherit hwloc-1)
(version "2.5.0") (version "2.7.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://download.open-mpi.org/release/hwloc/v" (uri (string-append "https://download.open-mpi.org/release/hwloc/v"
@ -159,7 +159,7 @@ (define-public hwloc-2
"/hwloc-" version ".tar.bz2")) "/hwloc-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1j2j9wn39a8v91r23xncm1rzls6rjkgkvdvqghbdsnq8ps491kx9")))) "1q440fwvhnxz6j8k5bn3bxj86b3lzbr8fgib78l4iq6gxd9yx302"))))
;; libnuma is no longer needed. ;; libnuma is no longer needed.
(inputs (alist-delete "numactl" (package-inputs hwloc-1))) (inputs (alist-delete "numactl" (package-inputs hwloc-1)))