mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
Update sysutils/slurm-wlm to bug-fix-release 16.05.5
- Add readline to USES (bin/sacctmgr now links to libreadline and libhistory) - Remove Cray node features patch now that it has been incorporated upstream - Update pkg-plist Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8095
This commit is contained in:
parent
78e39c6d50
commit
3535a9b5c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423031
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= slurm
|
||||
PORTVERSION= 16.05.4
|
||||
PORTVERSION= 16.05.5
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.schedmd.com/download/latest/ \
|
||||
http://www.schedmd.com/download/archive/ \
|
||||
@ -27,7 +27,7 @@ USE_LDCONFIG= yes
|
||||
USE_RC_SUBR= slurmctld slurmd
|
||||
PLIST_SUB= PORTVERSION="${PORTVERSION}"
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= gmake libtool pkgconfig python:build ssl tar:bz2
|
||||
USES= gmake libtool pkgconfig python:build readline ssl tar:bz2
|
||||
USE_PERL5= configure
|
||||
|
||||
OPTIONS_DEFINE= CURL DOCS GTK2 HDF5 HWLOC IPMI MYSQL RRD
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1472066022
|
||||
SHA256 (slurm-16.05.4.tar.bz2) = 0e047df145c12ce3d723ac239b03450575c3578fd05d8710ab6ec691f4886717
|
||||
SIZE (slurm-16.05.4.tar.bz2) = 5964431
|
||||
TIMESTAMP = 1475245168
|
||||
SHA256 (slurm-16.05.5.tar.bz2) = 28cfd6a15599842f46cd81ae240a2b01b01e71a677f7eec6d5ba16b38e3d54e9
|
||||
SIZE (slurm-16.05.5.tar.bz2) = 6247257
|
||||
|
@ -1,15 +0,0 @@
|
||||
--- src/plugins/node_features/knl_cray/node_features_knl_cray.c.orig 2016-08-24 19:28:33 UTC
|
||||
+++ src/plugins/node_features/knl_cray/node_features_knl_cray.c
|
||||
@@ -39,6 +39,12 @@
|
||||
#endif
|
||||
|
||||
#define _GNU_SOURCE /* For POLLRDHUP */
|
||||
+
|
||||
+#if defined (__FreeBSD__)
|
||||
+# define POLLRDHUP POLLHUP
|
||||
+# include <signal.h>
|
||||
+#endif
|
||||
+
|
||||
#include <ctype.h>
|
||||
#include <poll.h>
|
||||
#include <signal.h>
|
@ -577,6 +577,7 @@ sbin/slurmstepd
|
||||
%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/sponsors.gif
|
||||
%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/sprio.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/squeue.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/squeue_color.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/sreport.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/srun.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/srun_cr.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user