slurm-wlm: update to 16.05.9.1.
This commit is contained in:
parent
c026a004d6
commit
e426245ac1
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'slurm-wlm'
|
# Template file for 'slurm-wlm'
|
||||||
pkgname=slurm-wlm
|
pkgname=slurm-wlm
|
||||||
version=16.05.8.1
|
version=16.05.9.1
|
||||||
revision=1
|
revision=1
|
||||||
_distver="${version//./-}"
|
_distver="${version//./-}"
|
||||||
wrksrc="slurm-slurm-${_distver}"
|
wrksrc="slurm-slurm-${_distver}"
|
||||||
|
@ -16,12 +16,14 @@ maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://slurm.schedmd.com/slurm.html"
|
homepage="http://slurm.schedmd.com/slurm.html"
|
||||||
distfiles="https://github.com/SchedMD/slurm/archive/slurm-${_distver}.tar.gz"
|
distfiles="https://github.com/SchedMD/slurm/archive/slurm-${_distver}.tar.gz"
|
||||||
checksum=2c162d56138360543a9a0f2486ae671c588883685a80eda028e9e17541a1f7b1
|
checksum=fba18ca59b9e9d72f4e165c0e13fd65056002c578b1dae8862d64ee9a9f0a5ff
|
||||||
|
|
||||||
case "${XBPS_TARGET_MACHINE}" in
|
case "${XBPS_TARGET_MACHINE}" in
|
||||||
# Undefined: inet_nsap_addr and getgrent_r
|
# Undefined: inet_nsap_addr and getgrent_r
|
||||||
# Used in the core of the program.
|
# Used in the core of the program.
|
||||||
*-musl) broken="https://api.travis-ci.org/jobs/124091254/log.txt";;
|
*-musl) broken="https://api.travis-ci.org/jobs/124091254/log.txt";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ -z "${CROSS_BUILD}" ]; then
|
if [ -z "${CROSS_BUILD}" ]; then
|
||||||
# The below at time of writing can not be cross compiled
|
# The below at time of writing can not be cross compiled
|
||||||
makedepends+=" rrdtool-devel hdf5-devel libnuma-devel"
|
makedepends+=" rrdtool-devel hdf5-devel libnuma-devel"
|
||||||
|
|
Loading…
Reference in a new issue