openmpi: update to 4.0.4.
This commit is contained in:
parent
4d234e819b
commit
10b54a5f8c
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'openmpi'
|
# Template file for 'openmpi'
|
||||||
pkgname=openmpi
|
pkgname=openmpi
|
||||||
version=4.0.3
|
version=4.0.4
|
||||||
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"
|
||||||
|
@ -11,12 +11,12 @@ conf_files="
|
||||||
/etc/openmpi-mca-params.conf
|
/etc/openmpi-mca-params.conf
|
||||||
/etc/openmpi-totalview.tcl"
|
/etc/openmpi-totalview.tcl"
|
||||||
short_desc="High Performance Message Passing Library"
|
short_desc="High Performance Message Passing Library"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
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=1402feced8c3847b3ab8252165b90f7d1fa28c23b6b2ca4632b6e4971267fd03
|
checksum=47e24eb2223fe5d24438658958a313b6b7a55bb281563542e1afc9dec4a31ac4
|
||||||
nocross=yes # libtool -rpath /usr/lib issue
|
nocross="configure attempts to run target binaries"
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue