Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / slurm-llnl
Commits: 14bd2022 by Felix Yan at 2023-10-23T18:24:39+00:00 upgpkg: 22.05.10.1-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,53 @@ +pkgbase = slurm-llnl + pkgdesc = Simple Linux Utility for Resource Management + pkgver = 22.05.10.1 + pkgrel = 1 + url = https://www.schedmd.com + arch = x86_64 + license = GPL + makedepends = python + makedepends = gtk2 + makedepends = rrdtool + makedepends = hdf5 + makedepends = lua + makedepends = json-c + makedepends = http-parser + makedepends = freeipmi + makedepends = openpmix + makedepends = level-zero-headers + makedepends = level-zero-loader + makedepends = mariadb-libs + makedepends = rdma-core + makedepends = numactl + makedepends = libyaml + depends = hwloc + depends = lz4 + depends = munge + depends = numactl + optdepends = lua: the lua API will be available in various plugins + optdepends = mariadb-libs: support for accounting + optdepends = postgresql-libs: support for PostgreSQL + optdepends = hdf5: support for acct_gather_profile/hdf5 job profiling + optdepends = openssl: support for the crypto/openssl CryptoType plugin + optdepends = pam: PAM support + optdepends = readline: Readline support in scontrol and sacctmgr's interactive modes + optdepends = rdma-core: support for the acct_gather_infiniband/ofed InfiniBand accounting plugin + optdepends = rrdtool: support for the ext_sensors/rrd plugin + optdepends = ncurses: adds the smap command + optdepends = gtk2: enables the sview command, a simple graphical frontend + optdepends = openpmix: support Open MPI applications using PMIx + optdepends = json-c: JSON serializer support + optdepends = libyaml: YAML serializer support + optdepends = http-parser: for slurmrestd + optdepends = freeipmi: for the acct_gather_energy_xcc plugin + backup = etc/default/slurmd + backup = etc/default/slurmctld + backup = etc/default/slurmdbd + source = https://github.com/SchedMD/slurm/archive/slurm-22-05-10-1.tar.gz + source = slurm-llnl.sysusers + source = slurm-llnl.tmpfiles + sha512sums = c78e9c073c831edf5d9e61a49bcdca2f1a788cdbc87f287cb4f772ae6afd9aae41fc8d29c1ab3bd6203fe9139aaf4203ec04ea334aa6b74e2386d85763f51295 + sha512sums = 8373ef791d68a7e0b2114f5ce670da1936bd8d96fd51fa7319d4feb85f16a673f89abcb823a114455d32d8fd9eee3e121c313a0aa986542540f120e6d35686e6 + sha512sums = 4f7d1e36abc2ca5aa38b40403292b68f769238766ecdd44ea5d29f8106bd9b7c3e0d2236208f92e00818e37dd24c9520b6e9fe06e01b6e552ac485a1df682edd + +pkgname = slurm-llnl ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: Fredrik Tegenfeldt <[email protected]> pkgname=slurm-llnl -pkgver=22.05.9.1 +pkgver=22.05.10.1 # 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 @@ -36,7 +36,7 @@ backup=('etc/default/slurmd' 'etc/default/slurmctld' 'etc/default/slurmdbd') source=("https://github.com/SchedMD/slurm/archive/slurm-${pkgver//./-}.tar.gz" "slurm-llnl.sysusers" "slurm-llnl.tmpfiles") -sha512sums=('2dcc1a211c1a60b2e783b90b39429dc26c3b32f5c12dcdeae82c1d784db6b16a4e6ab1f073bd45185932ff1bca549a12e63fb7be1a6f7ce96b7daed0be71b6f2' +sha512sums=('c78e9c073c831edf5d9e61a49bcdca2f1a788cdbc87f287cb4f772ae6afd9aae41fc8d29c1ab3bd6203fe9139aaf4203ec04ea334aa6b74e2386d85763f51295' '8373ef791d68a7e0b2114f5ce670da1936bd8d96fd51fa7319d4feb85f16a673f89abcb823a114455d32d8fd9eee3e121c313a0aa986542540f120e6d35686e6' '4f7d1e36abc2ca5aa38b40403292b68f769238766ecdd44ea5d29f8106bd9b7c3e0d2236208f92e00818e37dd24c9520b6e9fe06e01b6e552ac485a1df682edd') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/slurm-llnl/-/commit/14bd2022a1e55cbbefc28f6b005c874924acea77 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/slurm-llnl/-/commit/14bd2022a1e55cbbefc28f6b005c874924acea77 You're receiving this email because of your account on gitlab.archlinux.org.
