[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/16: gnu: mpich: Update to 4.2.2.
From: |
guix-commits |
Subject: |
06/16: gnu: mpich: Update to 4.2.2. |
Date: |
Wed, 14 Aug 2024 06:04:41 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 063b02a290c232945f062904697b94b26a950f3c
Author: Romain GARBAGE <romain.garbage@inria.fr>
AuthorDate: Mon Aug 5 10:33:25 2024 +0200
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>
---
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 @@
#: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
- branch master updated (4bd8806249 -> aadc73c8d1), guix-commits, 2024/08/14
- 01/16: gnu: guix-data-service: Update to 0.0.1-53.eeda1bf., guix-commits, 2024/08/14
- 03/16: gnu: bffe: Update to 0-7.0fc06c7., guix-commits, 2024/08/14
- 04/16: gnu: usbrelay: Update to 1.2.1., guix-commits, 2024/08/14
- 10/16: gnu: fping: Update to 5.2., guix-commits, 2024/08/14
- 07/16: gnu: rush: Update to 2.4., guix-commits, 2024/08/14
- 08/16: gnu: atop: Update to 2.11.0., guix-commits, 2024/08/14
- 13/16: gnu: emacs-denote: Update to 3.0.8., guix-commits, 2024/08/14
- 12/16: gnu: yggdrasil: Update to 0.5.8., guix-commits, 2024/08/14
- 14/16: gnu: emacs-diff-hl: Update to 1.10.0., guix-commits, 2024/08/14
- 06/16: gnu: mpich: Update to 4.2.2.,
guix-commits <=
- 05/16: gnu: cpu-features: Fix cross-compilation., guix-commits, 2024/08/14
- 02/16: gnu: guix-build-coordinator: Update to 0-110.492d462., guix-commits, 2024/08/14
- 09/16: gnu: di: Update to 4.53., guix-commits, 2024/08/14
- 11/16: gnu: emacs-transient: Update to 0.7.4., guix-commits, 2024/08/14
- 16/16: gnu: emacs-meyvn: Update to 1.4, guix-commits, 2024/08/14
- 15/16: gnu: buildah: Update to 1.37.1., guix-commits, 2024/08/14