mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +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-builtin-atomics \
|
||||
--enable-mpi-cxx \
|
||||
--with-valgrind \
|
||||
--enable-memchecker \
|
||||
--enable-pretty-print-stacktrace \
|
||||
--without-slurm \
|
||||
--with-hwloc=/usr \
|
||||
--with-libltdl=/usr \
|
||||
FC=/usr/bin/gfortran \
|
||||
LDFLAGS="${LDFLAGS} -Wl,-z,noexecstack"
|
||||
LDFLAGS="${LDFLAGS} -Wl,-z,noexecstack" \
|
||||
$CONFIG
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue