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'
|
||||
pkgname=openmpi
|
||||
version=3.0.1
|
||||
revision=1
|
||||
revision=2
|
||||
lib32disabled=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-ipv6 --with-hwloc=${XBPS_CROSS_BASE}/usr"
|
||||
hostmakedepends="libgomp-devel perl"
|
||||
makedepends="libgomp-devel libhwloc-devel zlib-devel"
|
||||
hostmakedepends="gcc-fortran libgomp-devel perl"
|
||||
makedepends="libgfortran-devel libgomp-devel libhwloc-devel zlib-devel"
|
||||
conf_files="
|
||||
/etc/openmpi-default-hostfile
|
||||
/etc/openmpi-mca-params.conf
|
||||
|
@ -38,8 +38,6 @@ pre_configure() {
|
|||
export LDFLAGS_FOR_BUILD="$LDFLAGS"
|
||||
export LIBS_FOR_BUILD="$LDFLAGS"
|
||||
export LIBS="$LDFLAGS"
|
||||
|
||||
unset FC FC_FOR_BUILD
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue