unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#52473] [PATCH] gnu: hwloc: Update to 2.7.0.
@ 2021-12-13 21:51 Philippe SWARTVAGHER
  2021-12-17  8:19 ` bug#52473: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Philippe SWARTVAGHER @ 2021-12-13 21:51 UTC (permalink / raw)
  To: 52473; +Cc: Philippe SWARTVAGHER

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#52473: [PATCH] gnu: hwloc: Update to 2.7.0.
  2021-12-13 21:51 [bug#52473] [PATCH] gnu: hwloc: Update to 2.7.0 Philippe SWARTVAGHER
@ 2021-12-17  8:19 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-12-17  8:19 UTC (permalink / raw)
  To: Philippe SWARTVAGHER; +Cc: 52473-done

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-17  8:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-13 21:51 [bug#52473] [PATCH] gnu: hwloc: Update to 2.7.0 Philippe SWARTVAGHER
2021-12-17  8:19 ` bug#52473: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).