[PATCH] gnu: hwloc: Update to 2.7.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • 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)
20220324172927.800386-1-philippe.swartvagher@inria.fr
* gnu/packages/mpi.scm (hwloc-2): Update to 2.7.1.
---
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 d1686f9afa..b585483611 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -151,7 +151,7 @@ (define-public hwloc-2
;; Note: 2.x isn't the default yet, see above.
(package
(inherit hwloc-1)
- (version "2.7.0")
+ (version "2.7.1")
(source (origin
(method url-fetch)
(uri (string-append "https://download.open-mpi.org/release/hwloc/v"
@@ -159,7 +159,7 @@ (define-public hwloc-2
"/hwloc-" version ".tar.bz2"))
(sha256
(base32
- "1q440fwvhnxz6j8k5bn3bxj86b3lzbr8fgib78l4iq6gxd9yx302"))))
+ "13ajxwshxl1pa8b5gnkmm7hcg97m6xrlgz8vj1hmsb57qcv1skhd"))))
;; libnuma is no longer needed.
(inputs (alist-delete "numactl" (package-inputs hwloc-1)))

base-commit: ab98b51ef1304e975da127e3092d01dcc7f02657
--
2.34.0
Ludovic Courtès wrote 3 years ago
(name . Philippe SWARTVAGHER)(address . philippe.swartvagher@inria.fr)(address . 54549-done@debbugs.gnu.org)
874k3m8fdw.fsf@gnu.org
Hi!

Philippe SWARTVAGHER <philippe.swartvagher@inria.fr> skribis:

Toggle quote (2 lines)
> * gnu/packages/mpi.scm (hwloc-2): Update to 2.7.1.

I checked that Open MPI still build fines on x86_64 and applied it,
thank you! :-)

Ludo’.
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 54549
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