[PATCH] gnu: hwloc: Update to 2.10.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 10 months ago
(address . guix-patches@gnu.org)(name . Philippe SWARTVAGHER)(address . phil.swart@gmx.fr)
a9ed22ff506f5fc9c56fd4379bd3cd301e670773.1715977131.git.phil.swart@gmx.fr
* gnu/packages/mpi.scm (hwloc): Update to 2.10.0.

Change-Id: If3971c18542dd3d2d03fa48f5d440d38c6f827a7
---
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 f1e4414bac..6270108b16 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -143,7 +143,7 @@ (define-public hwloc-1
(define-public hwloc-2
(package
(inherit hwloc-1)
- (version "2.9.3")
+ (version "2.10.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
- "1v0dzzgzp40slakdwdb8vy0hy4m2ff3gnzqpzi8k8vbgap764h2w"))))
+ "14hkmq2hrs4j5f0sf32aazgbhgbdvj7lwapy35jvwbyyr5hds183"))))

;; libnuma is no longer needed.
(inputs (modify-inputs (package-inputs hwloc-1)

base-commit: e9b25a6c6c626a560d28a1f732e6e5d362d584a4
--
2.43.0
Ludovic Courtès wrote 9 months ago
(name . Philippe SWARTVAGHER)(address . phil.swart@gmx.fr)(address . 71016-done@debbugs.gnu.org)
87bk44inqz.fsf@gnu.org
Howdy,

Philippe SWARTVAGHER <phil.swart@gmx.fr> skribis:

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

Finally applied, thanks! :-)

Ludo’.
Closed
?
Your comment

This issue is archived.

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

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