emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#52473: closed ([PATCH] gnu: hwloc: Update to 2.7.0.)


From: GNU bug Tracking System
Subject: bug#52473: closed ([PATCH] gnu: hwloc: Update to 2.7.0.)
Date: Fri, 17 Dec 2021 08:20:01 +0000

Your message dated Fri, 17 Dec 2021 09:19:12 +0100
with message-id <87sfur63un.fsf@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@gnu.org.)


-- 
52473: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52473
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#52473] [PATCH] gnu: hwloc: Update to 2.7.0. Date: Fri, 17 Dec 2021 09:19:12 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

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

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

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]