GNU bug report logs - #52473
[PATCH] gnu: hwloc: Update to 2.7.0.

Previous Next

Package: guix-patches;

Reported by: Philippe SWARTVAGHER <philippe.swartvagher <at> inria.fr>

Date: Mon, 13 Dec 2021 21:53:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.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: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#52473: closed ([PATCH] gnu: hwloc: Update to 2.7.0.)
Date: Fri, 17 Dec 2021 08:20:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 17 Dec 2021 09:19:12 +0100
with message-id <87sfur63un.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#52473] [PATCH] gnu: hwloc: Update to 2.7.0.
has caused the debbugs.gnu.org bug report #52473,
regarding [PATCH] gnu: hwloc: Update to 2.7.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
52473: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52473
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Philippe SWARTVAGHER <philippe.swartvagher <at> inria.fr>
To: guix-patches <at> gnu.org
Cc: Philippe SWARTVAGHER <philippe.swartvagher <at> inria.fr>
Subject: [PATCH] gnu: hwloc: Update to 2.7.0.
Date: Mon, 13 Dec 2021 22:51:35 +0100
* gnu/packages/mpi.scm (hwloc-2): Update to 2.7.0.
---
 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 77711c90ff..d699ca4504 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -151,7 +151,7 @@ (define-public hwloc-2
   ;; Note: 2.x isn't the default yet, see above.
   (package
     (inherit hwloc-1)
-    (version "2.5.0")
+    (version "2.7.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.open-mpi.org/release/hwloc/v"
@@ -159,7 +159,7 @@ (define-public hwloc-2
                                   "/hwloc-" version ".tar.bz2"))
               (sha256
                (base32
-                "1j2j9wn39a8v91r23xncm1rzls6rjkgkvdvqghbdsnq8ps491kx9"))))
+                "1q440fwvhnxz6j8k5bn3bxj86b3lzbr8fgib78l4iq6gxd9yx302"))))
 
     ;; libnuma is no longer needed.
     (inputs (alist-delete "numactl" (package-inputs hwloc-1)))

base-commit: 5f32468acfc7ae3a7dd736810ab0c3cdde7310da
-- 
2.30.2



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Philippe SWARTVAGHER <philippe.swartvagher <at> inria.fr>
Cc: 52473-done <at> debbugs.gnu.org
Subject: Re: [bug#52473] [PATCH] gnu: hwloc: Update to 2.7.0.
Date: Fri, 17 Dec 2021 09:19:12 +0100
Hello,

Philippe SWARTVAGHER <philippe.swartvagher <at> inria.fr> writes:

> * gnu/packages/mpi.scm (hwloc-2): Update to 2.7.0.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


This bug report was last modified 3 years and 235 days ago.

Previous Next


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