summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2fc022c556a..cedae2b0b7b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -27,6 +27,7 @@ pkgbase = slurm-llnl-git
optdepends = numactl: NUMA support in the task/affinity plugin
optdepends = ncurses: adds the smap command
optdepends = gtk2: enables the sview command, a simple graphical frontend
+ optdepends = pmix: support Open MPI applications using PMIx
provides = slurm-llnl=18.08.0.0pre1.r309.g2f50e2e177
conflicts = slurm-llnl
backup = etc/default/slurm-llnl
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 \