GNU bug report logs - #73644
[PATCH] gnu: hwloc: Update to 2.11.2.

Previous Next

Package: guix-patches;

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

Date: Sat, 5 Oct 2024 16:42:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludovic.courtes <at> inria.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Philippe SWARTVAGHER <phil.swart <at> gmx.fr>
Subject: bug#73644: closed (Re: [bug#73644] [PATCH] gnu: hwloc: Update to
 2.11.2.)
Date: Thu, 24 Oct 2024 12:55:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#73644: [PATCH] gnu: hwloc: Update to 2.11.2.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 73644 <at> debbugs.gnu.org.

-- 
73644: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73644
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludovic.courtes <at> inria.fr>
To: Philippe SWARTVAGHER <phil.swart <at> gmx.fr>
Cc: 73644-done <at> debbugs.gnu.org
Subject: Re: [bug#73644] [PATCH] gnu: hwloc: Update to 2.11.2.
Date: Thu, 24 Oct 2024 14:53:30 +0200
Philippe SWARTVAGHER <phil.swart <at> gmx.fr> skribis:

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

Finally pushed, thanks! :-)

[Message part 3 (message/rfc822, inline)]
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.2.
Date: Sat,  5 Oct 2024 18:41:14 +0200
* 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(-)

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




This bug report was last modified 209 days ago.

Previous Next


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