gnu: hwloc: Update to 2.7.1.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Philippe SWARTVAGHER 2022-03-24 18:29:27 +01:00 committed by Ludovic Courtès
parent cce693a4a9
commit 2f7a6eaec9
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

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.7.0") (version "2.7.1")
(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
"1q440fwvhnxz6j8k5bn3bxj86b3lzbr8fgib78l4iq6gxd9yx302")))) "13ajxwshxl1pa8b5gnkmm7hcg97m6xrlgz8vj1hmsb57qcv1skhd"))))
;; 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)))