[PATCH] gnu: hwloc: Update to 2.12.0.

  • 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 4 weeks ago
(address . guix-patches@gnu.org)(name . Philippe SWARTVAGHER)(address . phil.swart@gmx.fr)
cc6d1462b4159f93985fa788951f7b6a4d25e86c.1739820687.git.phil.swart@gmx.fr
* gnu/packages/mpi.scm (hwloc): Update to 2.12.0.

Change-Id: I6d35e8da99e98ba18e71df94f4c7f63f69332bb3
---
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 01a6d5e905..79254eb158 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -153,7 +153,7 @@ (define-public hwloc-1
(define-public hwloc-2
(package
(inherit hwloc-1)
- (version "2.11.2")
+ (version "2.12.0")
(source (origin
(method url-fetch)
(uri (string-append "https://download.open-mpi.org/release/hwloc/v"
@@ -161,7 +161,7 @@ (define-public hwloc-2
"/hwloc-" version ".tar.bz2"))
(sha256
(base32
- "02c4zqifmfk91a8q5515c4azgx6hmmcbc5d9l7qh0w86mvn8zy7p"))))
+ "1m2qkjw35qj9gv9yjn1p46bahdp9l133hs34j61lwwd5q2ys5806"))))

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

base-commit: eedb70fc7fdbb87e7b2200e4487d68a64eea1f43
--
2.48.1
Ludovic Courtès wrote 3 weeks ago
(name . Philippe SWARTVAGHER)(address . phil.swart@gmx.fr)(address . 76369-done@debbugs.gnu.org)
87msegg9gf.fsf@gnu.org
Philippe SWARTVAGHER <phil.swart@gmx.fr> skribis:

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

Applied, thanks! The upgrade itself and its direct dependents were
already built at

Ludo’.
Closed
?
Your comment

Commenting via the web interface is currently disabled.

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

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