unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54549] [PATCH] gnu: hwloc: Update to 2.7.1.
@ 2022-03-24 17:29 Philippe SWARTVAGHER
  2022-03-25 11:01 ` bug#54549: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Philippe SWARTVAGHER @ 2022-03-24 17:29 UTC (permalink / raw)
  To: 54549; +Cc: Philippe SWARTVAGHER

* gnu/packages/mpi.scm (hwloc-2): Update to 2.7.1.
---
 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 d1686f9afa..b585483611 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.7.0")
+    (version "2.7.1")
     (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
-                "1q440fwvhnxz6j8k5bn3bxj86b3lzbr8fgib78l4iq6gxd9yx302"))))
+                "13ajxwshxl1pa8b5gnkmm7hcg97m6xrlgz8vj1hmsb57qcv1skhd"))))
 
     ;; libnuma is no longer needed.
     (inputs (alist-delete "numactl" (package-inputs hwloc-1)))

base-commit: ab98b51ef1304e975da127e3092d01dcc7f02657
-- 
2.34.0





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

* bug#54549: [PATCH] gnu: hwloc: Update to 2.7.1.
  2022-03-24 17:29 [bug#54549] [PATCH] gnu: hwloc: Update to 2.7.1 Philippe SWARTVAGHER
@ 2022-03-25 11:01 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-03-25 11:01 UTC (permalink / raw)
  To: Philippe SWARTVAGHER; +Cc: 54549-done

Hi!

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

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

I checked that Open MPI still build fines on x86_64 and applied it,
thank you!  :-)

Ludo’.




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

end of thread, other threads:[~2022-03-25 11:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-24 17:29 [bug#54549] [PATCH] gnu: hwloc: Update to 2.7.1 Philippe SWARTVAGHER
2022-03-25 11:01 ` bug#54549: " Ludovic Courtès

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).