mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
openmpi: update to 2.1.0.
This commit is contained in:
parent
683741e58a
commit
2d6785223f
1 changed files with 6 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'openmpi'
|
# Template file for 'openmpi'
|
||||||
pkgname=openmpi
|
pkgname=openmpi
|
||||||
version=2.0.2
|
version=2.1.0
|
||||||
revision=1
|
revision=1
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
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"
|
||||||
hostmakedepends="perl libgomp-devel"
|
hostmakedepends="libgomp-devel perl"
|
||||||
makedepends="zlib-devel libgomp-devel libhwloc-devel"
|
makedepends="libgomp-devel libhwloc-devel zlib-devel"
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/openmpi-default-hostfile
|
/etc/openmpi-default-hostfile
|
||||||
/etc/openmpi-mca-params.conf
|
/etc/openmpi-mca-params.conf
|
||||||
|
@ -16,7 +16,7 @@ homepage="https://www.open-mpi.org/"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
distfiles="${homepage}/software/ompi/v${version%.*}/downloads/${pkgname}-${version}.tar.bz2"
|
distfiles="${homepage}/software/ompi/v${version%.*}/downloads/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=cae396e643f9f91f0a795f8d8694adf7bacfb16f967c22fb39e9e28d477730d3
|
checksum=b169e15f5af81bf3572db764417670f508c0df37ce86ff50deb56bd3acb43957
|
||||||
nocross=yes # libtool -rpath /usr/lib issue
|
nocross=yes # libtool -rpath /usr/lib issue
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
@ -36,6 +36,8 @@ pre_configure() {
|
||||||
export LDFLAGS_FOR_BUILD="$LDFLAGS"
|
export LDFLAGS_FOR_BUILD="$LDFLAGS"
|
||||||
export LIBS_FOR_BUILD="$LDFLAGS"
|
export LIBS_FOR_BUILD="$LDFLAGS"
|
||||||
export LIBS="$LDFLAGS"
|
export LIBS="$LDFLAGS"
|
||||||
|
|
||||||
|
unset FC FC_FOR_BUILD
|
||||||
}
|
}
|
||||||
|
|
||||||
libopenmpi_package() {
|
libopenmpi_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue