all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Philippe SWARTVAGHER <philippe.swartvagher@inria.fr>
To: 54610@debbugs.gnu.org
Cc: Philippe SWARTVAGHER <philippe.swartvagher@inria.fr>
Subject: [bug#54610] [PATCH] gnu: openmpi: Update to 4.1.2
Date: Mon, 28 Mar 2022 14:49:25 +0200	[thread overview]
Message-ID: <20220328124925.805650-2-philippe.swartvagher@inria.fr> (raw)
In-Reply-To: <20220328124925.805650-1-philippe.swartvagher@inria.fr>

* gnu/packages/mpi.scm (openmpi): Update to 4.1.2
---
 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 b585483611..94c32684fb 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -193,7 +193,7 @@ (define-public hwloc
 (define-public openmpi
   (package
     (name "openmpi")
-    (version "4.1.1")
+    (version "4.1.2")
     (source
      (origin
       (method url-fetch)
@@ -201,7 +201,7 @@ (define-public openmpi
                           (version-major+minor version)
                           "/downloads/openmpi-" version ".tar.bz2"))
       (sha256
-       (base32 "1nkwq123vvmggcay48snm9qqmrh0bdzpln0l1jnp26niidvplkz2"))
+       (base32 "09xmlr4mfs02kwcf5cmdgkcdjj81fjwjmpa3rz2k28f3gz7wfy4v"))
       (patches (search-patches "openmpi-mtl-priorities.patch"))))
 
     (properties

base-commit: 738da660ff51e03b5ef63af9fa81eb50cb222928
-- 
2.34.0





  reply	other threads:[~2022-03-28 12:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-28 12:49 [bug#54609] Philippe SWARTVAGHER
2022-03-28 12:49 ` Philippe SWARTVAGHER [this message]
2022-03-28 12:53   ` [bug#54610] [PATCH] gnu: openmpi: Update to 4.1.2 Philippe SWARTVAGHER
2022-03-29  9:48   ` bug#54610: " Ludovic Courtès
2022-04-11 20:37 ` bug#54609: 'guix refresh openmpi' no longer works 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

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

  git send-email \
    --in-reply-to=20220328124925.805650-2-philippe.swartvagher@inria.fr \
    --to=philippe.swartvagher@inria.fr \
    --cc=54610@debbugs.gnu.org \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.