[PATCH] gnu: hwloc: Update to 2.7.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • 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)
20211213215135.78964-1-philippe.swartvagher@inria.fr
* gnu/packages/mpi.scm (hwloc-2): Update to 2.7.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 77711c90ff..d699ca4504 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.5.0")
+ (version "2.7.0")
(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
- "1j2j9wn39a8v91r23xncm1rzls6rjkgkvdvqghbdsnq8ps491kx9"))))
+ "1q440fwvhnxz6j8k5bn3bxj86b3lzbr8fgib78l4iq6gxd9yx302"))))
;; libnuma is no longer needed.
(inputs (alist-delete "numactl" (package-inputs hwloc-1)))

base-commit: 5f32468acfc7ae3a7dd736810ab0c3cdde7310da
--
2.30.2
Nicolas Goaziou wrote 3 years ago
(name . Philippe SWARTVAGHER)(address . philippe.swartvagher@inria.fr)(address . 52473-done@debbugs.gnu.org)
87sfur63un.fsf@nicolasgoaziou.fr
Hello,

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

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

Applied. Thank you.

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

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

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