mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
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:
parent
96010ba902
commit
b46c92c579
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.
|
||||
(package
|
||||
(inherit hwloc-1)
|
||||
(version "2.5.0")
|
||||
(version "2.7.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.open-mpi.org/release/hwloc/v"
|
||||
|
@ -159,7 +159,7 @@ (define-public hwloc-2
|
|||
"/hwloc-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1j2j9wn39a8v91r23xncm1rzls6rjkgkvdvqghbdsnq8ps491kx9"))))
|
||||
"1q440fwvhnxz6j8k5bn3bxj86b3lzbr8fgib78l4iq6gxd9yx302"))))
|
||||
|
||||
;; libnuma is no longer needed.
|
||||
(inputs (alist-delete "numactl" (package-inputs hwloc-1)))
|
||||
|
|
Loading…
Reference in a new issue