Date: Wednesday, September 21, 2022 @ 09:15:28 Author: felixonmars Revision: 456542
upgpkg: openmpi 4.1.4-4: enable slurm support (FS#74878) Modified: openmpi/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-21 08:08:07 UTC (rev 456541) +++ PKGBUILD 2022-09-21 09:15:28 UTC (rev 456542) @@ -5,7 +5,7 @@ pkgname=openmpi pkgver=4.1.4 -pkgrel=3 +pkgrel=4 pkgdesc='High performance message passing library (MPI)' arch=(x86_64) url='https://www.open-mpi.org' @@ -54,8 +54,7 @@ --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
