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'
|
||||
pkgname=openmpi
|
||||
version=4.0.3
|
||||
version=4.0.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-ipv6 --with-hwloc=${XBPS_CROSS_BASE}/usr"
|
||||
|
@ -11,12 +11,12 @@ conf_files="
|
|||
/etc/openmpi-mca-params.conf
|
||||
/etc/openmpi-totalview.tcl"
|
||||
short_desc="High Performance Message Passing Library"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://www.open-mpi.org/"
|
||||
distfiles="${homepage}/software/ompi/v${version%.*}/downloads/${pkgname}-${version}.tar.bz2"
|
||||
checksum=1402feced8c3847b3ab8252165b90f7d1fa28c23b6b2ca4632b6e4971267fd03
|
||||
nocross=yes # libtool -rpath /usr/lib issue
|
||||
checksum=47e24eb2223fe5d24438658958a313b6b7a55bb281563542e1afc9dec4a31ac4
|
||||
nocross="configure attempts to run target binaries"
|
||||
lib32disabled=yes
|
||||
|
||||
post_extract() {
|
||||
|
|
Loading…
Reference in a new issue