From e426245ac1469c7914f2c3133b942d287253a747 Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Tue, 31 Jan 2017 19:34:32 -0500 Subject: [PATCH] slurm-wlm: update to 16.05.9.1. --- srcpkgs/slurm-wlm/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/slurm-wlm/template b/srcpkgs/slurm-wlm/template index 603a6a0d638..808484ddd91 100644 --- a/srcpkgs/slurm-wlm/template +++ b/srcpkgs/slurm-wlm/template @@ -1,6 +1,6 @@ # Template file for 'slurm-wlm' pkgname=slurm-wlm -version=16.05.8.1 +version=16.05.9.1 revision=1 _distver="${version//./-}" wrksrc="slurm-slurm-${_distver}" @@ -16,12 +16,14 @@ maintainer="Toyam Cox " license="GPL-2" homepage="http://slurm.schedmd.com/slurm.html" distfiles="https://github.com/SchedMD/slurm/archive/slurm-${_distver}.tar.gz" -checksum=2c162d56138360543a9a0f2486ae671c588883685a80eda028e9e17541a1f7b1 +checksum=fba18ca59b9e9d72f4e165c0e13fd65056002c578b1dae8862d64ee9a9f0a5ff + case "${XBPS_TARGET_MACHINE}" in # Undefined: inet_nsap_addr and getgrent_r # Used in the core of the program. *-musl) broken="https://api.travis-ci.org/jobs/124091254/log.txt";; esac + if [ -z "${CROSS_BUILD}" ]; then # The below at time of writing can not be cross compiled makedepends+=" rrdtool-devel hdf5-devel libnuma-devel"