void-packages/srcpkgs/slurm-wlm/template

27 lines
1 KiB
Bash
Raw Normal View History

2016-01-27 14:52:27 -05:00
# Template file for 'slurm-wlm'
pkgname=slurm-wlm
2016-04-18 14:38:11 -04:00
version=15.08.10.1
revision=2
_distver="${version//./-}"
wrksrc="slurm-slurm-${_distver}"
2016-01-27 14:52:27 -05:00
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="perl cgit python pkg-config"
2016-03-20 19:56:59 -04:00
# XXX: ofed, DataWarp, netloc, freeipmi, blcr
makedepends="munge-devel lua-devel pam-devel libressl-devel gtk+-devel
ncurses-devel readline-devel libmysqlclient-devel json-c-devel libhwloc-devel"
2016-01-27 14:52:27 -05:00
short_desc="Workload manager for Linux clusters of all sizes"
maintainer="Toyam Cox <Vaelatern@gmail.com>"
license="GPL-2"
homepage="http://slurm.schedmd.com/slurm.html"
distfiles="https://github.com/SchedMD/slurm/archive/slurm-${_distver}.tar.gz"
2016-04-18 14:38:11 -04:00
checksum=96e0a4604e8903cd086e5adf7dbfbab3e2ac1d750e1bd4695afd008811cb30b6
2016-01-27 14:52:27 -05:00
case "${XBPS_TARGET_MACHINE}" in
2016-04-18 14:38:11 -04:00
# Undefined: inet_nsap_addr and getgrent_r
*-musl) broken="https://api.travis-ci.org/jobs/124091254/log.txt";;
2016-01-27 14:52:27 -05:00
esac
2016-03-20 19:56:59 -04:00
if [ -z "${CROSS_BUILD}" ]; then
# The below at time of writing can not be cross compiled
makedepends+=" rrdtool-devel hdf5-devel libnuma-devel"
fi