blob: f162b8d697879a99c015a9b0078538c1598307be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
|
# Maintainer: Gordian Edenhofer <gordian.edenhofer@gmail.com>
# Contributor: Alan Orth <alan.orth[at]gmail[dot]com >
# Submitter: Fredrik Tegenfeldt <fredrik.tegenfeldt@unige.ch>
pkgname=slurm-llnl-git
pkgver=22.05.3.1.r438.g8b64de8238
pkgrel=1
pkgdesc="Simple Linux Utility for Resource Management (development version)"
arch=('i686' 'x86_64' 'armv7h')
url="https://www.schedmd.com"
license=('GPL')
depends=('munge')
optdepends=("hwloc: enables the task/cgroup plugin"
"lua: the lua API will be available in various plugins"
"libmariadbclient: support for accounting"
"postgresql-libs: support for PostgreSQL"
"hdf5: support for acct_gather_profile/hdf5 job profiling"
"openssl: support for the crypto/openssl CryptoType plugin"
"pam: PAM support"
"readline: Readline support in scontrol and sacctmgr's interactive modes"
"libibmad: support for the acct_gather_infiniband/ofed InfiniBand accounting plugin"
"libibumad: support for the acct_gather_infiniband/ofed InfiniBand accounting plugin"
"man2html: HTML versions of the man pages will be generated"
"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"
"pmix: support Open MPI applications using PMIx")
makedepends=('git' 'python' 'gtk2' 'hwloc' 'rrdtool' 'hdf5')
provides=("slurm-llnl=${pkgver}")
conflicts=('slurm-llnl')
backup=('etc/sysconfig/slurmd' 'etc/sysconfig/slurmctld' 'etc/sysconfig/slurmdbd')
source=("slurm-llnl.sysusers"
"slurm-llnl.tmpfiles"
"${pkgname}"::"git+https://github.com/SchedMD/slurm.git")
sha512sums=('8373ef791d68a7e0b2114f5ce670da1936bd8d96fd51fa7319d4feb85f16a673f89abcb823a114455d32d8fd9eee3e121c313a0aa986542540f120e6d35686e6'
'4f7d1e36abc2ca5aa38b40403292b68f769238766ecdd44ea5d29f8106bd9b7c3e0d2236208f92e00818e37dd24c9520b6e9fe06e01b6e552ac485a1df682edd'
'SKIP')
pkgver() {
cd "${srcdir}/${pkgname}"
( set -o pipefail
git describe --long 2>/dev/null | sed 's/^slurm-//;s/\([^-]*-g\)/r\1/;s/-/./g' \
|| printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
)
}
build() {
cd "${srcdir}/${pkgname}"
# If required libraries or header files are in non-standard locations,
# set CFLAGS and LDFLAGS environment variables accordingly.
# Optional Slurm plugins will be built automatically when the configure script
# detects that the required build requirements are present.
#
# Read https://slurm.schedmd.com/quickstart_admin.html for more information
# Slurm requires a relaxed build environment, see https://bugs.schedmd.com/show_bug.cgi?id=2443
export CFLAGS="${CFLAGS//-z,now/-z,lazy}"
export CFLAGS="${CFLAGS//-fno-plt/}"
export LDFLAGS="${LDFLAGS//-z,now/-z,lazy}"
autoreconf
./configure \
--disable-developer \
--disable-debug \
--enable-optimizations \
--prefix=/usr \
--sbindir=/usr/bin \
--sysconfdir=/etc/slurm-llnl \
--localstatedir=/var \
--enable-pam \
--with-proctrack \
--with-hdf5 \
--with-hwloc \
--with-rrdtool \
--with-ssl \
--with-munge
make
}
package() {
cd "${srcdir}/${pkgname}"
make DESTDIR="${pkgdir}" install
# Install slurm's configs and license
install -D -m644 etc/slurm.conf.example "${pkgdir}/etc/slurm-llnl/slurm.conf.example"
install -D -m644 etc/slurmdbd.conf.example "${pkgdir}/etc/slurm-llnl/slurmdbd.conf.example"
install -D -m644 etc/cgroup.conf.example "${pkgdir}/etc/slurm-llnl/cgroup.conf.example"
install -D -m644 LICENSE.OpenSSL "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.OpenSSL"
install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
install -d -m755 "${pkgdir}/etc/sysconfig"
echo '#SLURMD_OPTIONS=""' > "${pkgdir}/etc/sysconfig/slurmd"
echo '#SLURMCTLD_OPTIONS=""' > "${pkgdir}/etc/sysconfig/slurmctld"
echo '#SLURMDBD_OPTIONS=""' > "${pkgdir}/etc/sysconfig/slurmdbd"
chmod 644 "${pkgdir}/etc/sysconfig/"{slurmd,slurmctld,slurmdbd}
# Install init related files
install -D -m755 etc/init.d.slurm "${pkgdir}/etc/rc.d/slurm"
install -D -m755 etc/init.d.slurmdbd "${pkgdir}/etc/rc.d/slurmdbd"
install -D -m644 etc/slurmctld.service "${pkgdir}/usr/lib/systemd/system/slurmctld.service"
install -D -m644 etc/slurmd.service "${pkgdir}/usr/lib/systemd/system/slurmd.service"
install -D -m644 etc/slurmdbd.service "${pkgdir}/usr/lib/systemd/system/slurmdbd.service"
# Install SystemD related files
install -D -m644 ../slurm-llnl.sysusers "${pkgdir}/usr/lib/sysusers.d/slurm-llnl.conf"
install -D -m644 ../slurm-llnl.tmpfiles "${pkgdir}/usr/lib/tmpfiles.d/slurm-llnl.conf"
# Create a log and a lib dir
install -d -m755 "${pkgdir}/var/log/slurm-llnl"
install -d -m755 "${pkgdir}/var/lib/slurm-llnl"
}
|