GNU bug report logs -
#72415
[PATCH] gnu: mpich: Update to 4.2.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 72415 in the body.
You can then email your comments to 72415 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#72415
; Package
guix-patches
.
(Fri, 02 Aug 2024 07:59:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Romain GARBAGE <romain.garbage <at> inria.fr>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 02 Aug 2024 07:59:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/mpi.scm (mpich): Update to 4.2.2. Add new dependency.
Change-Id: I9f3e42cb58c399a89835ac38dcfdd9dd11efe210
---
gnu/packages/mpi.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm
index 4c18da30ef..08ec9c9053 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -43,6 +43,7 @@ (define-module (gnu packages mpi)
#:use-module (gnu packages libevent)
#:use-module (gnu packages linux)
#:use-module (gnu packages pciutils)
+ #:use-module (gnu packages python)
#:use-module (gnu packages xorg)
#:use-module (gnu packages gtk)
#:use-module (gnu packages xml)
@@ -450,14 +451,14 @@ (define-public python-mpi4py
(define-public mpich
(package
(name "mpich")
- (version "3.3.2")
+ (version "4.2.2")
(source (origin
(method url-fetch)
(uri (string-append "http://www.mpich.org/static/downloads/"
version "/mpich-" version ".tar.gz"))
(sha256
(base32
- "1farz5zfx4cd0c3a0wb9pgfypzw0xxql1j1294z1sxslga1ziyjb"))))
+ "0h8xg1wi2d88hnfmj3xydf1hj78r7fh05jljhk5jgxmbmsrmngw8"))))
(build-system gnu-build-system)
(inputs
`(,zlib
@@ -468,7 +469,7 @@ (define-public mpich
(list ucx)
'())))
(native-inputs
- (list perl which gfortran))
+ (list perl which gfortran python))
(outputs '("out" "debug"))
(arguments
`(#:configure-flags
base-commit: 2aa0127d4e3d2363c04caab88137b070b6cf1318
--
2.45.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72415
; Package
guix-patches
.
(Sat, 03 Aug 2024 02:47:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 72415 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Romain GARBAGE <romain.garbage <at> inria.fr> writes:
> * gnu/packages/mpi.scm (mpich): Update to 4.2.2. Add new dependency.
* gnu/packages/mpi.scm (mpich): Update to 4.2.2
[native-inputs]: Add python-minimal.
>
> Change-Id: I9f3e42cb58c399a89835ac38dcfdd9dd11efe210
> ---
> gnu/packages/mpi.scm | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm
> index 4c18da30ef..08ec9c9053 100644
> --- a/gnu/packages/mpi.scm
> +++ b/gnu/packages/mpi.scm
> @@ -43,6 +43,7 @@ (define-module (gnu packages mpi)
> #:use-module (gnu packages libevent)
> #:use-module (gnu packages linux)
> #:use-module (gnu packages pciutils)
> + #:use-module (gnu packages python)
> #:use-module (gnu packages xorg)
> #:use-module (gnu packages gtk)
> #:use-module (gnu packages xml)
> @@ -450,14 +451,14 @@ (define-public python-mpi4py
> (define-public mpich
> (package
> (name "mpich")
> - (version "3.3.2")
> + (version "4.2.2")
> (source (origin
> (method url-fetch)
> (uri (string-append "http://www.mpich.org/static/downloads/"
> version "/mpich-" version ".tar.gz"))
> (sha256
> (base32
> - "1farz5zfx4cd0c3a0wb9pgfypzw0xxql1j1294z1sxslga1ziyjb"))))
> + "0h8xg1wi2d88hnfmj3xydf1hj78r7fh05jljhk5jgxmbmsrmngw8"))))
> (build-system gnu-build-system)
> (inputs
> `(,zlib
> @@ -468,7 +469,7 @@ (define-public mpich
> (list ucx)
> '())))
> (native-inputs
> - (list perl which gfortran))
> + (list perl which gfortran python))
maybe python-minimal?
> (outputs '("out" "debug"))
> (arguments
> `(#:configure-flags
>
> base-commit: 2aa0127d4e3d2363c04caab88137b070b6cf1318
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72415
; Package
guix-patches
.
(Mon, 05 Aug 2024 08:35:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 72415 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/mpi.scm (mpich): Update to 4.2.2.
[native-inputs]: Add python-minimal.
Change-Id: I9f3e42cb58c399a89835ac38dcfdd9dd11efe210
---
gnu/packages/mpi.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm
index 4c18da30ef..97471d56e9 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -43,6 +43,7 @@ (define-module (gnu packages mpi)
#:use-module (gnu packages libevent)
#:use-module (gnu packages linux)
#:use-module (gnu packages pciutils)
+ #:use-module (gnu packages python)
#:use-module (gnu packages xorg)
#:use-module (gnu packages gtk)
#:use-module (gnu packages xml)
@@ -450,14 +451,14 @@ (define-public python-mpi4py
(define-public mpich
(package
(name "mpich")
- (version "3.3.2")
+ (version "4.2.2")
(source (origin
(method url-fetch)
(uri (string-append "http://www.mpich.org/static/downloads/"
version "/mpich-" version ".tar.gz"))
(sha256
(base32
- "1farz5zfx4cd0c3a0wb9pgfypzw0xxql1j1294z1sxslga1ziyjb"))))
+ "0h8xg1wi2d88hnfmj3xydf1hj78r7fh05jljhk5jgxmbmsrmngw8"))))
(build-system gnu-build-system)
(inputs
`(,zlib
@@ -468,7 +469,7 @@ (define-public mpich
(list ucx)
'())))
(native-inputs
- (list perl which gfortran))
+ (list perl which gfortran python-minimal))
(outputs '("out" "debug"))
(arguments
`(#:configure-flags
base-commit: 2aa0127d4e3d2363c04caab88137b070b6cf1318
--
2.45.2
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Wed, 14 Aug 2024 10:16:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Romain GARBAGE <romain.garbage <at> inria.fr>
:
bug acknowledged by developer.
(Wed, 14 Aug 2024 10:16:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 72415-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Romain GARBAGE <romain.garbage <at> inria.fr> writes:
> * gnu/packages/mpi.scm (mpich): Update to 4.2.2.
> [native-inputs]: Add python-minimal.
>
> Change-Id: I9f3e42cb58c399a89835ac38dcfdd9dd11efe210
> ---
> gnu/packages/mpi.scm | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
Looks good to me, I've pushed this to master as
063b02a290c232945f062904697b94b26a950f3c.
Chris
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 11 Sep 2024 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 336 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.