[PATCH] gnu: openmpi: Update to 4.1.2

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Philippe SWARTVAGHER
Owner
unassigned
Submitted by
Philippe SWARTVAGHER
Severity
normal

Debbugs page

Philippe SWARTVAGHER wrote 3 years ago
(address . guix-patches@gnu.org)(name . Philippe SWARTVAGHER)(address . philippe.swartvagher@inria.fr)
20220328124925.805650-2-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(-)

Toggle diff (26 lines)
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
Philippe SWARTVAGHER wrote 3 years ago
(address . 54610@debbugs.gnu.org)
9525b20c-f014-fec2-4dc2-59ce9a0ade6c@inria.fr
Well, I guess I didn't understood how the --compose option of git
send-mail works...

I added some more information (which created a new issue...:

`git refresh openmpi` seems to be broken for this package:

./pre-inst-env guix refresh openmpi
following redirection to
gnu/packages/mpi.scm:194:2: warning: 'generic-html' updater failed to
determine available releases for openmpi

The URL in
```
`((release-monitoring-url
```
redirects to a URL containing only the major and minor version, the
patch number has to be found in the content of the page. I don't know if
something has to be fixed and where (in the openmpi package, or is it a
bug from `guix refresh`?).


Regarding the update, I looked very quickly at the changelog
nothing caught my attention regarding the packaging.


Tested by building intel-mpi-benchmarks against this new version of
OpenMPI, succefuly built.

--
Philippe
Attachment: file
Ludovic Courtès wrote 3 years ago
(name . Philippe SWARTVAGHER)(address . philippe.swartvagher@inria.fr)(address . 54610-done@debbugs.gnu.org)
87k0cd2ior.fsf_-_@gnu.org
Hi,

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

Toggle quote (2 lines)
> * gnu/packages/mpi.scm (openmpi): Update to 4.1.2

Applied, thanks!

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

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 54610@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 54610
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help