svn commit: r504147 - head/sysutils/slurm-wlm

Jason W. Bacon jwb at FreeBSD.org
Thu Jun 13 23:53:36 UTC 2019


Author: jwb
Date: Thu Jun 13 23:53:35 2019
New Revision: 504147
URL: https://svnweb.freebsd.org/changeset/ports/504147

Log:
  sysutils/slurm-wlm: Enable jobacct_gather/linux by default
  
  Currently required to terminate jobs exceeding their memory allocation
  (until jobacct_gather/freebsd is implemented)

Modified:
  head/sysutils/slurm-wlm/Makefile

Modified: head/sysutils/slurm-wlm/Makefile
==============================================================================
--- head/sysutils/slurm-wlm/Makefile	Thu Jun 13 23:51:35 2019	(r504146)
+++ head/sysutils/slurm-wlm/Makefile	Thu Jun 13 23:53:35 2019	(r504147)
@@ -33,7 +33,7 @@ PLIST_SUB=	PORTVERSION="${PORTVERSION}"
 SHEBANG_FILES=	doc/html/shtml2html.py doc/man/man2html.py
 
 OPTIONS_DEFINE=		CURL DOCS GUI HDF5 HWLOC IPMI MYSQL RRD LINUX
-OPTIONS_DEFAULT=	HDF5 HWLOC
+OPTIONS_DEFAULT=	HDF5 HWLOC LINUX
 OPTIONS_SUB=		yes
 
 CURL_DESC=	Require cURL for elasticsearch plugins


More information about the svn-ports-all mailing list