GNU bug report logs - #71788
[PATCH] gnu: hwloc: Update to 2.11.0.

Previous Next

Package: guix-patches;

Reported by: Philippe SWARTVAGHER <phil.swart <at> gmx.fr>

Date: Wed, 26 Jun 2024 19:53:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Philippe SWARTVAGHER <phil.swart <at> gmx.fr>
To: 71788 <at> debbugs.gnu.org
Cc: Philippe SWARTVAGHER <phil.swart <at> gmx.fr>
Subject: [bug#71788] [PATCH] gnu: hwloc: Update to 2.11.0.
Date: Wed, 26 Jun 2024 21:51:25 +0200
* gnu/packages/mpi.scm (hwloc): Update to 2.11.0.

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

diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm
index 6270108b16..29df9b0825 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.10.0")
+    (version "2.11.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
-                "14hkmq2hrs4j5f0sf32aazgbhgbdvj7lwapy35jvwbyyr5hds183"))))
+                "1yg4c0axrrqhhnvccf52qv2i0jvladm6v4pp02yp5nymra3kp403"))))

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

base-commit: 03459ca165cec67edaadbd19a96572a74a10cc75
--
2.45.2





This bug report was last modified 306 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.