gnu: mpich: Update to 4.2.2.

* gnu/packages/mpi.scm (mpich): Update to 4.2.2.
[native-inputs]: Add python-minimal.

Change-Id: I9f3e42cb58c399a89835ac38dcfdd9dd11efe210
Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Romain GARBAGE 2024-08-05 10:33:25 +02:00 committed by Christopher Baines
parent e320ed5720
commit 063b02a290
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577

View File

@ -43,6 +43,7 @@
#: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 @@ arrays) that expose a buffer interface.")
(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 @@ arrays) that expose a buffer interface.")
(list ucx)
'())))
(native-inputs
(list perl which gfortran))
(list perl which gfortran python-minimal))
(outputs '("out" "debug"))
(arguments
`(#:configure-flags