Merge pull request #3498 from Vaelatern/slurm-wlm

New package: slurm-wlm 15.08.7
This commit is contained in:
Juan RP 2016-02-03 08:27:32 +01:00
commit 6ff6ba5e58
3 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,10 @@
--- src/common/callerid.h.bck 2016-01-31 18:43:01.316338469 -0500
+++ src/common/callerid.h 2016-01-31 18:45:25.654606096 -0500
@@ -38,6 +38,7 @@
#define _SLURM_CALLERID_H
#include <arpa/inet.h>
+#include <sys/stat.h> // ino_t
typedef struct callerid_conn {
uint32_t port_dst;

View file

@ -0,0 +1,11 @@
--- src/common/log.c.bck 2016-01-31 18:14:47.208647209 -0500
+++ src/common/log.c 2016-01-31 18:15:04.634645361 -0500
@@ -75,7 +75,7 @@
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
-#include <sys/unistd.h>
+#include <unistd.h>
#include "slurm/slurm_errno.h"
#include "src/common/fd.h"

View file

@ -0,0 +1,19 @@
# 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