19 lines
785 B
Bash
19 lines
785 B
Bash
# Template file for 'slurm-wlm'
|
|
pkgname=slurm-wlm
|
|
version=15.08.7
|
|
revision=1
|
|
wrksrc=slurm-$version
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static"
|
|
hostmakedepends="perl cgit python pkg-config"
|
|
makedepends="munge-devel lua-devel hdf5-devel pam-devel libressl-devel gtk+-devel
|
|
libnuma-devel ncurses-devel readline-devel rrdtool-devel"
|
|
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="http://www.schedmd.com/download/latest/slurm-${version}.tar.bz2"
|
|
checksum=1b2b66012799c22e55da75ba3291896438dce84c50975a1ef8e4e5aaf753b7fe
|
|
case "${XBPS_TARGET_MACHINE}" in
|
|
*-musl) broken="https://travis-ci.org/voidlinux/void-packages/jobs/106121691";;
|
|
esac
|