mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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:
parent
cce693a4a9
commit
2f7a6eaec9
1 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||||
|
|
Loading…
Reference in a new issue