mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: hwloc: Update to 2.12.1.
* gnu/packages/mpi.scm (hwloc): Update to 2.12.1. Change-Id: Ia690274ec823bfe86bcfd2a93faa1cf536e4ee3f Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
f2acfcc3fd
commit
d4acc5183e
1 changed files with 2 additions and 2 deletions
|
@ -153,7 +153,7 @@ bind processes, and much more.")
|
||||||
(define-public hwloc-2
|
(define-public hwloc-2
|
||||||
(package
|
(package
|
||||||
(inherit hwloc-1)
|
(inherit hwloc-1)
|
||||||
(version "2.12.0")
|
(version "2.12.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"
|
||||||
|
@ -161,7 +161,7 @@ bind processes, and much more.")
|
||||||
"/hwloc-" version ".tar.bz2"))
|
"/hwloc-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1m2qkjw35qj9gv9yjn1p46bahdp9l133hs34j61lwwd5q2ys5806"))))
|
"0sy63p99bz9xyaz1501mwv8i3qa1v1zwa7gynadry9c6pcl07a9q"))))
|
||||||
|
|
||||||
(native-inputs (modify-inputs (package-native-inputs hwloc-1)
|
(native-inputs (modify-inputs (package-native-inputs hwloc-1)
|
||||||
(append bash))) ;for completion tests
|
(append bash))) ;for completion tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue