extra/openmpi fix

This commit is contained in:
Kevin Mihelich 2014-12-23 21:34:42 +00:00
parent e785c21d70
commit b212814e98

View file

@ -4,6 +4,7 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org
# - only use valgrind with v7
# - disable fortran bindings for now, FTBFS on ARM
pkgname=openmpi
pkgver=1.8.4
@ -40,7 +41,7 @@ build() {
./configure --prefix=/usr \
--sysconfdir=/etc/${pkgname} \
--enable-mpi-fortran=all \
--enable-mpi-fortran=none \
--libdir=/usr/lib/${pkgname} \
--with-threads=posix \
--enable-smp-locks \