diff --git a/srcpkgs/openmpi/patches/drop-orted-mpir.patch b/srcpkgs/openmpi/patches/drop-orted-mpir.patch deleted file mode 100644 index 75ab3d26323..00000000000 --- a/srcpkgs/openmpi/patches/drop-orted-mpir.patch +++ /dev/null @@ -1,19 +0,0 @@ -orted-mpir is a helper that avoids CFLAGS which can optimize out certain MPIR -debugging functionality. It is unversioned, leaks dependencies into other MPI -modules and libraries, and upstream agrees it shouldn't be installed. - -https://github.com/open-mpi/ompi/pull/8892 - -diff --git orte/orted/orted-mpir/Makefile.am orte/orted/orted-mpir/Makefile.am -index 5c0dd33564..8a03fcd387 100644 ---- a/orte/orted/orted-mpir/Makefile.am -+++ b/orte/orted/orted-mpir/Makefile.am -@@ -15,7 +15,7 @@ - - CFLAGS = $(CFLAGS_WITHOUT_OPTFLAGS) $(DEBUGGER_CFLAGS) - --lib_LTLIBRARIES = lib@ORTE_LIB_PREFIX@open-orted-mpir.la -+noinst_LTLIBRARIES = lib@ORTE_LIB_PREFIX@open-orted-mpir.la - lib@ORTE_LIB_PREFIX@open_orted_mpir_la_SOURCES = \ - orted_mpir_breakpoint.c \ - orted_mpir.h diff --git a/srcpkgs/openmpi/template b/srcpkgs/openmpi/template index ce8585fa683..1ed46e52321 100644 --- a/srcpkgs/openmpi/template +++ b/srcpkgs/openmpi/template @@ -1,6 +1,6 @@ # Template file for 'openmpi' pkgname=openmpi -version=4.1.1 +version=4.1.2 revision=1 build_style=gnu-configure configure_args="--enable-ipv6 --with-hwloc=${XBPS_CROSS_BASE}/usr @@ -16,7 +16,7 @@ maintainer="Andrew J. Hesford " license="BSD-3-Clause" homepage="https://www.open-mpi.org/" distfiles="${homepage}/software/ompi/v${version%.*}/downloads/${pkgname}-${version}.tar.bz2" -checksum=e24f7a778bd11a71ad0c14587a7f5b00e68a71aa5623e2157bafee3d44c07cda +checksum=9b78c7cf7fc32131c5cf43dd2ab9740149d9d87cadb2e2189f02685749a6b527 nocross="configure attempts to run target binaries" lib32disabled=yes