mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
slurm-wlm: rebuild for hdf5
This commit is contained in:
parent
bb4498ae75
commit
e241f256f6
1 changed files with 4 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'slurm-wlm'
|
# Template file for 'slurm-wlm'
|
||||||
pkgname=slurm-wlm
|
pkgname=slurm-wlm
|
||||||
version=19.05.5.1
|
version=19.05.5.1
|
||||||
revision=4
|
revision=5
|
||||||
_distver="${version//./-}"
|
_distver="${version//./-}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="perl cgit pkg-config"
|
hostmakedepends="perl python cgit pkg-config"
|
||||||
# XXX: ofed, DataWarp, netloc, blcr
|
# XXX: ofed, DataWarp, netloc, blcr
|
||||||
makedepends="munge-devel lua53-devel pam-devel openssl-devel gtk+-devel
|
makedepends="munge-devel lua53-devel pam-devel openssl-devel gtk+-devel
|
||||||
ncurses-devel readline-devel libmariadbclient-devel json-c-devel libhwloc-devel
|
ncurses-devel readline-devel libmariadbclient-devel json-c-devel libhwloc-devel
|
||||||
freeipmi-devel"
|
freeipmi-devel hdf5-devel libnuma-devel"
|
||||||
short_desc="Workload manager for Linux clusters of all sizes"
|
short_desc="Workload manager for Linux clusters of all sizes"
|
||||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
@ -31,7 +31,7 @@ fi
|
||||||
|
|
||||||
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"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue