GNU bug report logs - #71016
[PATCH] gnu: hwloc: Update to 2.10.0.

Previous Next

Package: guix-patches;

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

Date: Fri, 17 May 2024 20:21: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: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Philippe SWARTVAGHER <phil.swart <at> gmx.fr>
Subject: bug#71016: closed (Re: [bug#71016] [PATCH] gnu: hwloc: Update to
 2.10.0.)
Date: Thu, 13 Jun 2024 20:37:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#71016: [PATCH] gnu: hwloc: Update to 2.10.0.

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

-- 
71016: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71016
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Philippe SWARTVAGHER <phil.swart <at> gmx.fr>
Cc: 71016-done <at> debbugs.gnu.org
Subject: Re: [bug#71016] [PATCH] gnu: hwloc: Update to 2.10.0.
Date: Thu, 13 Jun 2024 22:36:20 +0200
Howdy,

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

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

Finally applied, thanks!  :-)

Ludo’.

[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.10.0.
Date: Fri, 17 May 2024 22:19:36 +0200
* 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(-)

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




This bug report was last modified 1 year and 32 days ago.

Previous Next


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