mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/openmpi fix
This commit is contained in:
parent
e785c21d70
commit
b212814e98
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org
|
||||||
# - only use valgrind with v7
|
# - only use valgrind with v7
|
||||||
|
# - disable fortran bindings for now, FTBFS on ARM
|
||||||
|
|
||||||
pkgname=openmpi
|
pkgname=openmpi
|
||||||
pkgver=1.8.4
|
pkgver=1.8.4
|
||||||
|
@ -40,7 +41,7 @@ build() {
|
||||||
|
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
--sysconfdir=/etc/${pkgname} \
|
--sysconfdir=/etc/${pkgname} \
|
||||||
--enable-mpi-fortran=all \
|
--enable-mpi-fortran=none \
|
||||||
--libdir=/usr/lib/${pkgname} \
|
--libdir=/usr/lib/${pkgname} \
|
||||||
--with-threads=posix \
|
--with-threads=posix \
|
||||||
--enable-smp-locks \
|
--enable-smp-locks \
|
||||||
|
|
Loading…
Reference in a new issue