unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Romain GARBAGE <romain.garbage@inria.fr>
To: zhengjunjie@iscas.ac.cn
Cc: ludovic.courtes@inria.fr,
	Romain GARBAGE <romain.garbage@inria.fr>,
	72415@debbugs.gnu.org
Subject: [bug#72415] [PATCH v2] gnu: mpich: Update to 4.2.2.
Date: Mon,  5 Aug 2024 10:33:25 +0200	[thread overview]
Message-ID: <20240805083336.28403-1-romain.garbage@inria.fr> (raw)
In-Reply-To: <20240802075740.14138-1-romain.garbage@inria.fr>

* 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





  parent reply	other threads:[~2024-08-05  8:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-02  7:57 [bug#72415] [PATCH] gnu: mpich: Update to 4.2.2 Romain GARBAGE
2024-08-03  2:44 ` Zheng Junjie
2024-08-05  8:33 ` Romain GARBAGE [this message]
2024-08-14 10:14   ` bug#72415: [PATCH v2] " Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240805083336.28403-1-romain.garbage@inria.fr \
    --to=romain.garbage@inria.fr \
    --cc=72415@debbugs.gnu.org \
    --cc=ludovic.courtes@inria.fr \
    --cc=zhengjunjie@iscas.ac.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).