Date: Saturday, January 28, 2023 @ 09:36:32
Author: felixonmars
Revision: 1389288
upgpkg: slurm-llnl 22.05.4.1-2: fix dependency on numactl (FS#77045)
Modified:
slurm-llnl/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-28 09:27:33 UTC (rev 1389287)
+++ PKGBUILD 2023-01-28 09:36:32 UTC (rev 1389288)
@@ -8,12 +8,12 @@
# Hyphens (-) are prohibited however they are used by the package author
# therefore it is necessary to invoke ${pkgver} like ${pkgver//./-}
# this will substitute any full stops (.) with hyphens
-pkgrel=1
+pkgrel=2
pkgdesc="Simple Linux Utility for Resource Management"
arch=('x86_64')
url="https://www.schedmd.com"
license=('GPL')
-depends=('munge' 'hwloc')
+depends=('hwloc' 'lz4' 'munge' 'numactl')
optdepends=("lua: the lua API will be available in various plugins"
"mariadb-libs: support for accounting"
"postgresql-libs: support for PostgreSQL"
@@ -23,7 +23,6 @@
"readline: Readline support in scontrol and sacctmgr's interactive
modes"
"rdma-core: support for the acct_gather_infiniband/ofed InfiniBand
accounting 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"
"openpmix: support Open MPI applications using PMIx"