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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 71788 in the body.
You can then email your comments to 71788 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#71788; Package guix-patches. (Wed, 26 Jun 2024 19:53:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Philippe SWARTVAGHER <phil.swart <at> gmx.fr>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 26 Jun 2024 19:53:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Philippe SWARTVAGHER <phil.swart <at> gmx.fr>
To: guix-patches <at> gnu.org
Cc: Philippe SWARTVAGHER <phil.swart <at> gmx.fr>
Subject: [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





Information forwarded to guix-patches <at> gnu.org:
bug#71788; Package guix-patches. (Fri, 12 Jul 2024 10:34:02 GMT) Full text and rfc822 format available.

Message #8 received at 71788 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: 71788 <at> debbugs.gnu.org
Cc: Ludovic Courtès <ludovic.courtes <at> inria.fr>,
 Philippe SWARTVAGHER <phil.swart <at> gmx.fr>
Subject: [PATCH] gnu: hwloc: Update to 2.11.1.
Date: Fri, 12 Jul 2024 12:33:03 +0200
From: Ludovic Courtès <ludovic.courtes <at> inria.fr>

* gnu/packages/mpi.scm (hwloc-2): Update to 2.11.1.
[native-inputs]: Add BASH.

Co-authored-by: Philippe SWARTVAGHER <phil.swart <at> gmx.fr>
Change-Id: If5531cb82911833153b0e795e9f20b0d0ae940c2
---
 gnu/packages/mpi.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm
index 6270108b16..4c18da30ef 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -35,6 +35,7 @@ (define-module (gnu packages mpi)
   #:use-module (guix build-system python)
   #:use-module (gnu packages)
   #:use-module (gnu packages base)
+  #:use-module (gnu packages bash)
   #:use-module (gnu packages compression)
   #:use-module (gnu packages fabric-management)
   #:use-module (gnu packages gcc)
@@ -143,7 +144,7 @@ (define-public hwloc-1
 (define-public hwloc-2
   (package
     (inherit hwloc-1)
-    (version "2.10.0")
+    (version "2.11.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.open-mpi.org/release/hwloc/v"
@@ -151,11 +152,12 @@ (define-public hwloc-2
                                   "/hwloc-" version ".tar.bz2"))
               (sha256
                (base32
-                "14hkmq2hrs4j5f0sf32aazgbhgbdvj7lwapy35jvwbyyr5hds183"))))
+                "1ikhg35pll9zs628n2nii3ranz9j850hykqqcrgy2p12mpzzpk84"))))
 
-    ;; libnuma is no longer needed.
+    (native-inputs (modify-inputs (package-native-inputs hwloc-1)
+                     (append bash)))              ;for completion tests
     (inputs (modify-inputs (package-inputs hwloc-1)
-              (delete "numactl")))
+              (delete "numactl")))               ;libnuma is no longer needed.
     (arguments
      (substitute-keyword-arguments (package-arguments hwloc-1)
        ((#:phases phases)

base-commit: 2d6a3799fcda5c017f653c6e96b91964b07a7ee0
-- 
2.45.2





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Thu, 18 Jul 2024 15:45:02 GMT) Full text and rfc822 format available.

Notification sent to Philippe SWARTVAGHER <phil.swart <at> gmx.fr>:
bug acknowledged by developer. (Thu, 18 Jul 2024 15:45:02 GMT) Full text and rfc822 format available.

Message #13 received at 71788-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: 71788-done <at> debbugs.gnu.org
Cc: Philippe SWARTVAGHER <phil.swart <at> gmx.fr>
Subject: Re: [bug#71788] [PATCH] gnu: hwloc: Update to 2.11.1.
Date: Thu, 18 Jul 2024 17:41:29 +0200
Ludovic Courtès <ludo <at> gnu.org> skribis:

> From: Ludovic Courtès <ludovic.courtes <at> inria.fr>
>
> * gnu/packages/mpi.scm (hwloc-2): Update to 2.11.1.
> [native-inputs]: Add BASH.
>
> Co-authored-by: Philippe SWARTVAGHER <phil.swart <at> gmx.fr>
> Change-Id: If5531cb82911833153b0e795e9f20b0d0ae940c2

After some additional testing, and with qa.guix being overwhelmed these
days, I went ahead and pushed it as
fcd3c5d3aa2894218f357d69f7a307ebc3b318bc.

Thanks,
Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 16 Aug 2024 11:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 80 days ago.

Previous Next


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