[PATCH] gnu: hwloc: Update to 2.11.2.

  • 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 5 months ago
(address . guix-patches@gnu.org)(name . Philippe SWARTVAGHER)(address . phil.swart@gmx.fr)
2e9c3a82506fbdf2754d06b596a1b053bdee1eb7.1728146410.git.phil.swart@gmx.fr
* gnu/packages/mpi.scm (hwloc): Update to 2.11.2.

Change-Id: I19c1b9b073ff55e8174d25a6f11048db34d6acdf
---
gnu/packages/mpi.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm
index 75cfd4af66..5cf9485b5e 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -147,7 +147,7 @@ (define-public hwloc-1
(define-public hwloc-2
(package
(inherit hwloc-1)
- (version "2.11.1")
+ (version "2.11.2")
(source (origin
(method url-fetch)
(uri (string-append "https://download.open-mpi.org/release/hwloc/v"
@@ -155,7 +155,7 @@ (define-public hwloc-2
"/hwloc-" version ".tar.bz2"))
(sha256
(base32
- "1ikhg35pll9zs628n2nii3ranz9j850hykqqcrgy2p12mpzzpk84"))))
+ "02c4zqifmfk91a8q5515c4azgx6hmmcbc5d9l7qh0w86mvn8zy7p"))))

(native-inputs (modify-inputs (package-native-inputs hwloc-1)
(append bash))) ;for completion tests

base-commit: eff3ff9878c7225351650bf967c9a8de3869e919
--
2.46.0
Ludovic Courtès wrote 5 months ago
(name . Philippe SWARTVAGHER)(address . phil.swart@gmx.fr)(address . 73644-done@debbugs.gnu.org)
87sesl4q7p.fsf@gnu.org
Philippe SWARTVAGHER <phil.swart@gmx.fr> skribis:

Toggle quote (4 lines)
> * gnu/packages/mpi.scm (hwloc): Update to 2.11.2.
>
> Change-Id: I19c1b9b073ff55e8174d25a6f11048db34d6acdf

Finally pushed, thanks! :-)
Closed
?
Your comment

This issue is archived.

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

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