mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
openmpi: update to 4.1.2.
This commit is contained in:
parent
84c087de20
commit
b52de54bf8
2 changed files with 2 additions and 21 deletions
|
@ -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
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'openmpi'
|
# Template file for 'openmpi'
|
||||||
pkgname=openmpi
|
pkgname=openmpi
|
||||||
version=4.1.1
|
version=4.1.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-ipv6 --with-hwloc=${XBPS_CROSS_BASE}/usr
|
configure_args="--enable-ipv6 --with-hwloc=${XBPS_CROSS_BASE}/usr
|
||||||
|
@ -16,7 +16,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://www.open-mpi.org/"
|
homepage="https://www.open-mpi.org/"
|
||||||
distfiles="${homepage}/software/ompi/v${version%.*}/downloads/${pkgname}-${version}.tar.bz2"
|
distfiles="${homepage}/software/ompi/v${version%.*}/downloads/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=e24f7a778bd11a71ad0c14587a7f5b00e68a71aa5623e2157bafee3d44c07cda
|
checksum=9b78c7cf7fc32131c5cf43dd2ab9740149d9d87cadb2e2189f02685749a6b527
|
||||||
nocross="configure attempts to run target binaries"
|
nocross="configure attempts to run target binaries"
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue