mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: hwloc: Update to 2.5.0.
* gnu/packages/mpi.scm (hwloc-2): Update to 2.5.0.
This commit is contained in:
parent
83d9e2ee56
commit
73622e613b
1 changed files with 2 additions and 2 deletions
|
@ -151,7 +151,7 @@ bind processes, and much more.")
|
||||||
;; 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.4.1")
|
(version "2.5.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 @@ bind processes, and much more.")
|
||||||
"/hwloc-" version ".tar.bz2"))
|
"/hwloc-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qyywmyns2jf3is3axrwmffvdd7ji7liy5axp650q4i6kzk2291r"))))
|
"1j2j9wn39a8v91r23xncm1rzls6rjkgkvdvqghbdsnq8ps491kx9"))))
|
||||||
|
|
||||||
;; 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…
Add table
Add a link
Reference in a new issue