summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2018-04-19 22:46:20 +0200
committerGordian Edenhofer2018-04-19 22:46:20 +0200
commit2b69203d3e4e6af1212e5143056d144ec82d5d50 (patch)
tree6ab1cb04c2734e9aa2efa944baed343328be53b3
parent5756b9159c3be4b474d6ac86f8c384cefeaec9e9 (diff)
downloadaur-2b69203d3e4e6af1212e5143056d144ec82d5d50.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
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3d28e9e3479..36eb8e44980e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -26,6 +26,7 @@ pkgbase = slurm-llnl-dev
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
conflicts = slurm-llnl
backup = etc/default/slurm-llnl
diff --git a/PKGBUILD b/PKGBUILD
index 34073b565321..f37a3c24c15f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,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')
provides=("slurm-llnl=${pkgver}")
conflicts=('slurm-llnl')
@@ -69,6 +70,7 @@ build() {
--localstatedir=/var \
--enable-pam \
--with-proctrack \
+ --with-pmix \
--with-hdf5 \
--with-hwloc \
--with-rrdtool \