diff mbox series

[meta-oe,12/38] mpich: upgrade 4.2.1 -> 4.2.2

Message ID 1721034151-540-12-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe,01/38] botan: upgrade 3.4.0 -> 3.5.0 | expand

Commit Message

Mingyu Wang (Fujitsu) July 15, 2024, 9:02 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
# Update embedded libfabric to v1.20.1 and fix compilation with GCC 14.
# Fix dataloop support for MPIX_Type_iov routines
# Fix crash in Hydra when system has many local ip addresses
# Fix RMA fallback check in ch4:ofi netmod
# Fix MPI_UNDEFINED handling in mpi_f08 module
# Fix Slurm environment variable inheritance in Hydra
# Fix multiple issues with large count support in ROMIO
# Fix potential hang in init using PMIx client and nonstandard keys
# Fix crash if PMIx client cannot get appnum from server during init
# Fix other build errors and warnings

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-devtools/mpich/{mpich_4.2.1.bb => mpich_4.2.2.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/mpich/{mpich_4.2.1.bb => mpich_4.2.2.bb} (96%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/mpich/mpich_4.2.1.bb b/meta-oe/recipes-devtools/mpich/mpich_4.2.2.bb
similarity index 96%
rename from meta-oe/recipes-devtools/mpich/mpich_4.2.1.bb
rename to meta-oe/recipes-devtools/mpich/mpich_4.2.2.bb
index 9fd8c3bb7..f9ff07740 100644
--- a/meta-oe/recipes-devtools/mpich/mpich_4.2.1.bb
+++ b/meta-oe/recipes-devtools/mpich/mpich_4.2.2.bb
@@ -6,7 +6,7 @@  LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=7a88f0d96d0d7396a7c66bf353235b62"
 
 SRC_URI = "http://www.mpich.org/static/downloads/${PV}/mpich-${PV}.tar.gz"
-SRC_URI[sha256sum] = "23331b2299f287c3419727edc2df8922d7e7abbb9fd0ac74e03b9966f9ad42d7"
+SRC_URI[sha256sum] = "883f5bb3aeabf627cb8492ca02a03b191d09836bbe0f599d8508351179781d41"
 
 RDEPENDS:${PN} += "bash perl libxml2"