mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/openmpi to 4.1.4-4
This commit is contained in:
parent
4326efa3f5
commit
a1b6a0b394
1 changed files with 2 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgname=openmpi
|
||||
pkgver=4.1.4
|
||||
pkgrel=2
|
||||
pkgrel=4
|
||||
pkgdesc='High performance message passing library (MPI)'
|
||||
arch=(x86_64)
|
||||
url='https://www.open-mpi.org'
|
||||
|
@ -55,8 +55,7 @@ build() {
|
|||
--with-hwloc=external \
|
||||
--with-libevent=external \
|
||||
--with-pmix=external \
|
||||
--with-valgrind \
|
||||
--without-slurm
|
||||
--with-valgrind
|
||||
|
||||
# prevent excessive overlinking due to libtool
|
||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||
|
|
Loading…
Reference in a new issue