mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: hwloc@2: Update to 2.2.0.
* gnu/packages/mpi.scm (hwloc-2): Update to 2.2.0.
This commit is contained in:
parent
8db4e704dc
commit
06efbe2fba
1 changed files with 2 additions and 2 deletions
|
@ -135,7 +135,7 @@ (define-public hwloc-2
|
||||||
;; Note: 2.0 isn't the default yet, see above.
|
;; Note: 2.0 isn't the default yet, see above.
|
||||||
(package
|
(package
|
||||||
(inherit hwloc-1)
|
(inherit hwloc-1)
|
||||||
(version "2.1.0")
|
(version "2.2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.open-mpi.org/software/hwloc/v"
|
(uri (string-append "https://www.open-mpi.org/software/hwloc/v"
|
||||||
|
@ -143,7 +143,7 @@ (define-public hwloc-2
|
||||||
"/downloads/hwloc-" version ".tar.bz2"))
|
"/downloads/hwloc-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qh8s7pphz0m5cwb7liqmc17xzfs23xhz5wn24r6ikvjyx99fhhr"))))
|
"0li27a3lnmb77qxpijj0kpblz32wmqd3b386sypq8ar7vy9vhw5f"))))
|
||||||
|
|
||||||
;; 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