From: Wang Mingyu <[email protected]> Changelog: ============= -Disable flat_namespace to build libmpifort on macOS by default -Prefix warning messages with "MPICH" -Add --disable-doc configure option -Fix support for building MPICH Fortran support with Xcode 15 on macOS -Fix bug in MPI_WIN_SHARED_QUERY when window is not shared -Fix bug in ch4/ofi gpu pipelining -Fixes for Intel GPU support -Fix memory leak in ch4/shm collectives -Fix bug in MPI_COMM_SPLIT with intercommunicators and non-zero root -Fix bug in DAOS ROMIO driver -Fix bug in cycling error code array -Return an error if there is failure to create a datatype in mpi_f08 module for noncontiguous user data -Return an error when shared memory segment creation fails
Signed-off-by: Wang Mingyu <[email protected]> --- .../recipes-devtools/mpich/{mpich_4.2.0.bb => mpich_4.2.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/mpich/{mpich_4.2.0.bb => mpich_4.2.1.bb} (96%) diff --git a/meta-oe/recipes-devtools/mpich/mpich_4.2.0.bb b/meta-oe/recipes-devtools/mpich/mpich_4.2.1.bb similarity index 96% rename from meta-oe/recipes-devtools/mpich/mpich_4.2.0.bb rename to meta-oe/recipes-devtools/mpich/mpich_4.2.1.bb index deb459ce5..9fd8c3bb7 100644 --- a/meta-oe/recipes-devtools/mpich/mpich_4.2.0.bb +++ b/meta-oe/recipes-devtools/mpich/mpich_4.2.1.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] = "a64a66781b9e5312ad052d32689e23252f745b27ee8818ac2ac0c8209bc0b90e" +SRC_URI[sha256sum] = "23331b2299f287c3419727edc2df8922d7e7abbb9fd0ac74e03b9966f9ad42d7" RDEPENDS:${PN} += "bash perl libxml2" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#110086): https://lists.openembedded.org/g/openembedded-devel/message/110086 Mute This Topic: https://lists.openembedded.org/mt/105666408/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
