[PATCH] gnu: hwloc: Update to 2.8.0

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Philippe SWARTVAGHER
Owner
unassigned
Submitted by
Philippe SWARTVAGHER
Severity
normal

Debbugs page

Philippe SWARTVAGHER wrote 3 years ago
(address . guix-patches@gnu.org)(name . Philippe SWARTVAGHER)(address . philippe.swartvagher@inria.fr)
20220705211844.354232-1-philippe.swartvagher@inria.fr
* gnu/packages/mpi.scm (hwloc): Update to 2.8.0
---
gnu/packages/mpi.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm
index 954c12c6f2..01dc9e355b 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -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)

base-commit: 43cf8861b8ff3e8b987b731f347e31ba8bdf00ae
--
2.30.2
Efraim Flashner wrote 3 years ago
(name . Philippe SWARTVAGHER)(address . philippe.swartvagher@inria.fr)(address . 56411-done@debbugs.gnu.org)
YsVNX3b+uC3Qw0Zi@3900XT
Thanks. Patch pushed!

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmLFTV8ACgkQQarn3Mo9
g1HKJg//XwAj1nZL9Ah4xjMDROK3Fur/p/9YpTOoh2b9NHo8NYsDkqIXBCOttpG2
Gp1HdGLvPfHcabqXWUbHJ0PgCyOI1MlKvJeHQ5S7tgXQaQp32I9GdSSXu89wUYQV
VFV7R6YNcFvS5wMMRCYqRs4qt6sMP+dY2uBA0Thq4zzHgpVYWzUibVZ2T36Qrjsz
jYabHKgpmqPFruebeV0DY2YNi/pPb5OKIQoosNuftODifXhLYxqJ8eqDWBbwhbjh
2oomnTGCHMRlP0COtXxUBGf4b/HvNn0AmNTJSb2hd61GWGNH1bx8sP3tdjC3pkLP
ELaCoNwfdNGNkVhZ/FUSTIv/oqgUo0PJqAj3aiSPxLlmqakth4qDKQ8TuG/GUIlB
IwyXVx1g2UkhEWisZnov0asY0lmsLlM2bRVoq/TC5p+g7+KsXQ/IcPWfY42Sr/J4
tDM8O7YzIYvhc/5/9jnNF3TsLW0mIbQ46vXFsngtc1R13rzyiFiSQ0x+/v9te9ie
GvzIBFFFPaH4pc1mNNMtEz18lzgPbZooJ/t/CbVuGI9ihvqX1DYzMubHPKp3YyNn
aDRL+CsajAG6eJAcEO6IRT07KCDvfD85xx7fy1UDgRbEIRbNgS1x1Lm2ODs5M8/2
BOsMKf2sGfXCrx6Ge3yFc8FTGRckm6FAyRyPwpjOaPN0m+5CVVg=
=pII1
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 56411@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 56411
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help