GNU bug report logs - #72415
[PATCH] gnu: mpich: Update to 4.2.2.

Previous Next

Package: guix-patches;

Reported by: Romain GARBAGE <romain.garbage <at> inria.fr>

Date: Fri, 2 Aug 2024 07:59:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Romain GARBAGE <romain.garbage <at> inria.fr>
Subject: bug#72415: closed (Re: [bug#72415] [PATCH v2] gnu: mpich: Update
 to 4.2.2.)
Date: Wed, 14 Aug 2024 10:16:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#72415: [PATCH] gnu: mpich: Update to 4.2.2.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 72415 <at> debbugs.gnu.org.

-- 
72415: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72415
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Romain GARBAGE <romain.garbage <at> inria.fr>
Cc: 72415-done <at> debbugs.gnu.org, ludovic.courtes <at> inria.fr,
 zhengjunjie <at> iscas.ac.cn
Subject: Re: [bug#72415] [PATCH v2] gnu: mpich: Update to 4.2.2.
Date: Wed, 14 Aug 2024 11:14:18 +0100
[Message part 3 (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)]
[Message part 5 (message/rfc822, inline)]
From: Romain GARBAGE <romain.garbage <at> inria.fr>
To: guix-patches <at> gnu.org
Cc: ludovic.courtes <at> inria.fr, Romain GARBAGE <romain.garbage <at> inria.fr>
Subject: [PATCH] gnu: mpich: Update to 4.2.2.
Date: Fri,  2 Aug 2024 09:57:06 +0200
* 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




This bug report was last modified 338 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.