unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Philippe SWARTVAGHER via Guix-patches via <guix-patches@gnu.org>
To: 71016@debbugs.gnu.org
Cc: Philippe SWARTVAGHER <phil.swart@gmx.fr>
Subject: [bug#71016] [PATCH] gnu: hwloc: Update to 2.10.0.
Date: Fri, 17 May 2024 22:19:36 +0200	[thread overview]
Message-ID: <a9ed22ff506f5fc9c56fd4379bd3cd301e670773.1715977131.git.phil.swart@gmx.fr> (raw)

* 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





             reply	other threads:[~2024-05-17 20:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-17 20:19 Philippe SWARTVAGHER via Guix-patches via [this message]
2024-06-13 20:36 ` bug#71016: [PATCH] gnu: hwloc: Update to 2.10.0 Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a9ed22ff506f5fc9c56fd4379bd3cd301e670773.1715977131.git.phil.swart@gmx.fr \
    --to=guix-patches@gnu.org \
    --cc=71016@debbugs.gnu.org \
    --cc=phil.swart@gmx.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).