GNU bug report logs -
#54610
[PATCH] gnu: openmpi: Update to 4.1.2
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 54610 in the body.
You can then email your comments to 54610 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#54610
; Package
guix-patches
.
(Mon, 28 Mar 2022 12:50:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Philippe SWARTVAGHER <philippe.swartvagher <at> inria.fr>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 28 Mar 2022 12:50:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#54610
; Package
guix-patches
.
(Mon, 28 Mar 2022 12:54:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 54610 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
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...:
https://issues.guix.gnu.org/54609):
`git refresh openmpi` seems to be broken for this package:
./pre-inst-env guix refresh openmpi
following redirection to
`https://www-lb.open-mpi.org/software/ompi/current/'...
gnu/packages/mpi.scm:194:2: warning: 'generic-html' updater failed to
determine available releases for openmpi
The URL in
```
`((release-monitoring-url
. "https://www.open-mpi.org/software/ompi/current")))
<https://www.open-mpi.org/software/ompi/current")))>
```
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
(https://raw.githubusercontent.com/open-mpi/ompi/v4.1.x/NEWS),and
nothing caught my attention regarding the packaging.
Tested by building intel-mpi-benchmarks against this new version of
OpenMPI, succefuly built.
--
Philippe
[Message part 2 (text/html, inline)]
Reply sent
to
Ludovic Courtès <ludovic.courtes <at> inria.fr>
:
You have taken responsibility.
(Tue, 29 Mar 2022 09:49:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Philippe SWARTVAGHER <philippe.swartvagher <at> inria.fr>
:
bug acknowledged by developer.
(Tue, 29 Mar 2022 09:49:01 GMT)
Full text and
rfc822 format available.
Message #13 received at 54610-done <at> debbugs.gnu.org (full text, mbox):
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’.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 26 Apr 2022 11:24:08 GMT)
Full text and
rfc822 format available.
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.