GNU bug report logs - #54610
[PATCH] gnu: openmpi: Update to 4.1.2

Previous Next

Package: guix-patches;

Reported by: Philippe SWARTVAGHER <philippe.swartvagher <at> inria.fr>

Date: Mon, 28 Mar 2022 12:50:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludovic.courtes <at> inria.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Philippe SWARTVAGHER <philippe.swartvagher <at> inria.fr>
Subject: bug#54610: closed (Re: bug#54610: [PATCH] gnu: openmpi: Update to
 4.1.2)
Date: Tue, 29 Mar 2022 09:49:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#54610: [PATCH] gnu: openmpi: Update to 4.1.2

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 54610 <at> debbugs.gnu.org.

-- 
54610: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54610
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludovic.courtes <at> inria.fr>
To: Philippe SWARTVAGHER <philippe.swartvagher <at> inria.fr>
Cc: 54610-done <at> debbugs.gnu.org
Subject: Re: bug#54610: [PATCH] gnu: openmpi: Update to 4.1.2
Date: Tue, 29 Mar 2022 11:48:20 +0200
Hi,

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

> * gnu/packages/mpi.scm (openmpi): Update to 4.1.2

Applied, thanks!

I’ll look at the ‘guix refresh openmpi’ issue soonish.

Ludo’.

[Message part 3 (message/rfc822, inline)]
From: Philippe SWARTVAGHER <philippe.swartvagher <at> inria.fr>
To: guix-patches <at> gnu.org
Cc: Philippe SWARTVAGHER <philippe.swartvagher <at> inria.fr>
Subject: [PATCH] gnu: openmpi: Update to 4.1.2
Date: Mon, 28 Mar 2022 14:49:25 +0200
* 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




This bug report was last modified 3 years and 108 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.