slurm-wlm: update to 15.08.8.
This commit is contained in:
parent
7823ea6cb7
commit
dded52847d
|
@ -1,10 +0,0 @@
|
||||||
--- 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;
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- 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"
|
|
|
@ -1,19 +1,25 @@
|
||||||
# Template file for 'slurm-wlm'
|
# Template file for 'slurm-wlm'
|
||||||
pkgname=slurm-wlm
|
pkgname=slurm-wlm
|
||||||
version=15.08.7
|
version=15.08.8
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=slurm-$version
|
_version="${version//./-}-1"
|
||||||
|
wrksrc="slurm-slurm-${_version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="perl cgit python pkg-config"
|
hostmakedepends="perl cgit python pkg-config"
|
||||||
makedepends="munge-devel lua-devel hdf5-devel pam-devel libressl-devel gtk+-devel
|
# XXX: ofed, DataWarp, netloc, freeipmi, blcr
|
||||||
libnuma-devel ncurses-devel readline-devel rrdtool-devel"
|
makedepends="munge-devel lua-devel pam-devel libressl-devel gtk+-devel
|
||||||
|
ncurses-devel readline-devel libmysqlclient-devel json-c-devel libhwloc-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@gmail.com>"
|
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://slurm.schedmd.com/slurm.html"
|
homepage="http://slurm.schedmd.com/slurm.html"
|
||||||
distfiles="http://www.schedmd.com/download/latest/slurm-${version}.tar.bz2"
|
distfiles="https://github.com/SchedMD/slurm/archive/slurm-${_version}.tar.gz"
|
||||||
checksum=1b2b66012799c22e55da75ba3291896438dce84c50975a1ef8e4e5aaf753b7fe
|
checksum=b4ad4fa35b5b2d45efb978cb765c28a92d8b8bceb25bcf2c5ea28386e79052f8
|
||||||
case "${XBPS_TARGET_MACHINE}" in
|
case "${XBPS_TARGET_MACHINE}" in
|
||||||
*-musl) broken="https://travis-ci.org/voidlinux/void-packages/jobs/106121691";;
|
*-musl) broken="https://travis-ci.org/voidlinux/void-packages/jobs/106121691";;
|
||||||
esac
|
esac
|
||||||
|
if [ -z "${CROSS_BUILD}" ]; then
|
||||||
|
# The below at time of writing can not be cross compiled
|
||||||
|
makedepends+=" rrdtool-devel hdf5-devel libnuma-devel"
|
||||||
|
fi
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
pkgname=slurm
|
Loading…
Reference in New Issue