mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: hwloc: Update to 2.8.0
* gnu/packages/mpi.scm (hwloc): Update to 2.8.0 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
8bea879715
commit
111bdcff48
1 changed files with 2 additions and 2 deletions
|
@ -143,7 +143,7 @@ (define-public hwloc-2
|
|||
;; Note: 2.x isn't the default yet, see above.
|
||||
(package
|
||||
(inherit hwloc-1)
|
||||
(version "2.7.1")
|
||||
(version "2.8.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.open-mpi.org/release/hwloc/v"
|
||||
|
@ -151,7 +151,7 @@ (define-public hwloc-2
|
|||
"/hwloc-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"13ajxwshxl1pa8b5gnkmm7hcg97m6xrlgz8vj1hmsb57qcv1skhd"))))
|
||||
"1ha23yqfx9kfxm5fcj9m0fnyf0r2k6p4k88xxqishclcsky752il"))))
|
||||
|
||||
;; libnuma is no longer needed.
|
||||
(inputs (modify-inputs (package-inputs hwloc-1)
|
||||
|
|
Loading…
Reference in a new issue