summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGordian Edenhofer2018-04-19 22:46:20 +0200
committerGordian Edenhofer2018-04-19 22:46:20 +0200
commit8ef5cbc15a35a0ccd9b19809db6820b69c046420 (patch)
tree9528e4bb1f0918b0e911e262cf3c8e1ade2cff1f /PKGBUILD
parent4381764ece96305c4c8cdce85981da814bc0646d (diff)
downloadaur-8ef5cbc15a35a0ccd9b19809db6820b69c046420.tar.gz
upgpkg: slurm-llnl 17.11.5.1-1
Add 'pmix' to the list of optdepends as it is required to support Open MPI applications which use PMIx. upgpkg: slurm-llnl-dev 18.08.0.0pre1-1 upgpkg: slurm-llnl-git 18.08.0.0pre1.r309.g2f50e2e177-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e3235c2536c..b5af5630ed6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,8 @@ optdepends=("hwloc: enables the task/cgroup plugin"
"rrdtool: support for the ext_sensors/rrd plugin"
"numactl: NUMA support in the task/affinity plugin"
"ncurses: adds the smap command "
- "gtk2: enables the sview command, a simple graphical frontend")
+ "gtk2: enables the sview command, a simple graphical frontend"
+ "pmix: support Open MPI applications using PMIx")
makedepends=('python' 'gtk2' 'git')
provides=("slurm-llnl=${pkgver}")
conflicts=('slurm-llnl')
@@ -74,6 +75,7 @@ build() {
--localstatedir=/var \
--enable-pam \
--with-proctrack \
+ --with-pmix \
--with-hdf5 \
--with-hwloc \
--with-rrdtool \