summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/mpich
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-07-15 17:02:05 +0800
committerKhem Raj <raj.khem@gmail.com>2024-07-15 16:36:12 -0700
commit010b7d0c99057f78967c811581f5ec3e59c6967a (patch)
treee97ca04ca028e80424264327b61cecba2595794f /meta-oe/recipes-devtools/mpich
parent67379536e8c782ecac00fea2837371e83ad147bd (diff)
downloadmeta-openembedded-010b7d0c99057f78967c811581f5ec3e59c6967a.tar.gz
mpich: upgrade 4.2.1 -> 4.2.2
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/mpich')
-rw-r--r--meta-oe/recipes-devtools/mpich/mpich_4.2.2.bb (renamed from meta-oe/recipes-devtools/mpich/mpich_4.2.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/mpich/mpich_4.2.1.bb b/meta-oe/recipes-devtools/mpich/mpich_4.2.2.bb
index 9fd8c3bb7b..f9ff07740d 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"
6LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=7a88f0d96d0d7396a7c66bf353235b62" 6LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=7a88f0d96d0d7396a7c66bf353235b62"
7 7
8SRC_URI = "http://www.mpich.org/static/downloads/${PV}/mpich-${PV}.tar.gz" 8SRC_URI = "http://www.mpich.org/static/downloads/${PV}/mpich-${PV}.tar.gz"
9SRC_URI[sha256sum] = "23331b2299f287c3419727edc2df8922d7e7abbb9fd0ac74e03b9966f9ad42d7" 9SRC_URI[sha256sum] = "883f5bb3aeabf627cb8492ca02a03b191d09836bbe0f599d8508351179781d41"
10 10
11RDEPENDS:${PN} += "bash perl libxml2" 11RDEPENDS:${PN} += "bash perl libxml2"
12 12