GNU bug report logs - #78397
[PATCH] gnu: hwloc: Update to 2.12.1.

Previous Next

Package: guix-patches;

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

Date: Mon, 12 May 2025 18:55:02 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

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#78397: closed (Re: [bug#78397] [PATCH] gnu: hwloc: Update to
 2.12.1.)
Date: Mon, 02 Jun 2025 08:36:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#78397: [PATCH] gnu: hwloc: Update to 2.12.1.

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 78397 <at> debbugs.gnu.org.

-- 
78397: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78397
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Andreas Enge <andreas <at> enge.fr>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 78397-done <at> debbugs.gnu.org, Greg Hogan <code <at> greghogan.com>,
 Philippe SWARTVAGHER <phil.swart <at> gmx.fr>
Subject: Re: [bug#78397] [PATCH] gnu: hwloc: Update to 2.12.1.
Date: Mon, 2 Jun 2025 10:35:45 +0200
Am Thu, May 15, 2025 at 11:18:47AM +0200 schrieb Ludovic Courtès:
> ‘hdf5-parallel-openmpi’ seems to be broken already, so it’s not a
> regression.

There seems to be some non-deterministic test failures, so indeed they
appear to be unrelated to the hwloc, which I have now pushed.

As for the number of "accepted" rebuilds in master, Greg, you could
bring up the topic with Chris Baines and suggest he update the manual.

Andreas


[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.12.1.
Date: Mon, 12 May 2025 20:53:51 +0200
* gnu/packages/mpi.scm (hwloc): Update to 2.12.1.

Change-Id: Ia690274ec823bfe86bcfd2a93faa1cf536e4ee3f
---
 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 c162cf50e6..c402eea7f5 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.12.0")
+    (version "2.12.1")
     (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
-                "1m2qkjw35qj9gv9yjn1p46bahdp9l133hs34j61lwwd5q2ys5806"))))
+                "0sy63p99bz9xyaz1501mwv8i3qa1v1zwa7gynadry9c6pcl07a9q"))))
 
     (native-inputs (modify-inputs (package-native-inputs hwloc-1)
                      (append bash)))              ;for completion tests

base-commit: e25cd565bf191691838702d76c764a2a3cd557d3
-- 
2.49.0




This bug report was last modified today.

Previous Next


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