all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Romain GARBAGE <romain.garbage@inria.fr>
To: 72415@debbugs.gnu.org
Cc: ludovic.courtes@inria.fr, Romain GARBAGE <romain.garbage@inria.fr>
Subject: [bug#72415] [PATCH] gnu: mpich: Update to 4.2.2.
Date: Fri,  2 Aug 2024 09:57:06 +0200	[thread overview]
Message-ID: <20240802075740.14138-1-romain.garbage@inria.fr> (raw)

* 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





             reply	other threads:[~2024-08-02  7:58 UTC|newest]

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

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

  git send-email \
    --in-reply-to=20240802075740.14138-1-romain.garbage@inria.fr \
    --to=romain.garbage@inria.fr \
    --cc=72415@debbugs.gnu.org \
    --cc=ludovic.courtes@inria.fr \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.