mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: hwloc: Update to 1.11.8.
* gnu/packages/mpi.scm (hwloc): Update to 1.11.8.
This commit is contained in:
parent
b3a63e697d
commit
8bfa40eae5
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ (define-module (gnu packages mpi)
|
||||||
(define-public hwloc
|
(define-public hwloc
|
||||||
(package
|
(package
|
||||||
(name "hwloc")
|
(name "hwloc")
|
||||||
(version "1.11.7")
|
(version "1.11.8")
|
||||||
(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"
|
||||||
|
@ -50,7 +50,7 @@ (define-public hwloc
|
||||||
"/downloads/hwloc-" version ".tar.bz2"))
|
"/downloads/hwloc-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0acph1mf7588hfx8ds26ncr6nw5fd9x92adm11fwin7f93i10sdb"))))
|
"0karxv4r1r8sa7ki5aamlxdvyvz0bvzq4gdhq0yi5nc4a0k11vzc"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("out" ;'lstopo' & co., depends on Cairo, libx11, etc.
|
(outputs '("out" ;'lstopo' & co., depends on Cairo, libx11, etc.
|
||||||
"lib" ;small closure
|
"lib" ;small closure
|
||||||
|
|
Loading…
Reference in a new issue