mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/openmpi: fix
This commit is contained in:
parent
a34d7052b6
commit
2bd2fb8f86
1 changed files with 2 additions and 3 deletions
|
@ -37,14 +37,13 @@ build() {
|
||||||
--enable-smp-locks \
|
--enable-smp-locks \
|
||||||
--enable-builtin-atomics \
|
--enable-builtin-atomics \
|
||||||
--enable-mpi-cxx \
|
--enable-mpi-cxx \
|
||||||
--with-valgrind \
|
|
||||||
--enable-memchecker \
|
|
||||||
--enable-pretty-print-stacktrace \
|
--enable-pretty-print-stacktrace \
|
||||||
--without-slurm \
|
--without-slurm \
|
||||||
--with-hwloc=/usr \
|
--with-hwloc=/usr \
|
||||||
--with-libltdl=/usr \
|
--with-libltdl=/usr \
|
||||||
FC=/usr/bin/gfortran \
|
FC=/usr/bin/gfortran \
|
||||||
LDFLAGS="${LDFLAGS} -Wl,-z,noexecstack"
|
LDFLAGS="${LDFLAGS} -Wl,-z,noexecstack" \
|
||||||
|
$CONFIG
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue