From d6d1554fe788c5efe80aa06d5ae702556a6d2bf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Fri, 5 Dec 2025 10:21:41 +0100 Subject: [PATCH] gnu: openmpi-5: Update to 5.0.9. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/mpi.scm (openmpi-5): Update to 5.0.9. Change-Id: If10ce47b8f09cf24cca617bf4556c1587cbde8b1 Signed-off-by: Ludovic Courtès --- gnu/packages/mpi.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm index 77e650e4ed4b4ce9b575e4b50dab08a4e84b863d..89e5adec682c99cb15f4e8a6ea1da51c0beec352 100644 --- a/gnu/packages/mpi.scm +++ b/gnu/packages/mpi.scm @@ -344,7 +344,7 @@ software vendors, application developers and computer science researchers.") (define-public openmpi-5 (package (inherit openmpi) - (version "5.0.8") + (version "5.0.9") (source (origin (method url-fetch) @@ -370,7 +370,7 @@ software vendors, application developers and computer science researchers.") ;; documentation. (delete-file-recursively "docs/html"))) (sha256 - (base32 "0jg423bv0gpdmgx6hgxcnpslhq55bfvb1y07axj0y9z7awd1w4sk")))) + (base32 "02yqfwv2fn9n0glprkk7dzrkrcnpfwfz5874ydx88w0iadi2gdyz")))) (inputs (modify-inputs (package-inputs openmpi) ;; As of Open MPI 5.0.X, PMIx is used to communicate