openmpi: enable gfortran
Closes: #13335 Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
a7b3e325c0
commit
853631ac73
1 changed files with 3 additions and 5 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'openmpi'
|
# Template file for 'openmpi'
|
||||||
pkgname=openmpi
|
pkgname=openmpi
|
||||||
version=3.0.1
|
version=3.0.1
|
||||||
revision=1
|
revision=2
|
||||||
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="libgomp-devel perl"
|
hostmakedepends="gcc-fortran libgomp-devel perl"
|
||||||
makedepends="libgomp-devel libhwloc-devel zlib-devel"
|
makedepends="libgfortran-devel 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
|
||||||
|
@ -38,8 +38,6 @@ 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
|
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue