slurm-update-idle-nodes: Wait for all nodes to reboot and resume cluster-admin: Prompt for root pw if run as regular user
25 lines
459 B
Makefile
25 lines
459 B
Makefile
PORTNAME= spcm
|
|
DISTVERSION= 0.5.4-4
|
|
DISTVERSIONSUFFIX= -g75df968
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= Tools for building and managing HPC clusters
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= auto-admin>=0.7.6.11:sysutils/auto-admin
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= outpaddling
|
|
GH_PROJECT= SPCM
|
|
|
|
MAKE_ENV+= DATADIR=${DATADIR}
|
|
|
|
post-stage:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cluster-passwd
|
|
|
|
.include <bsd.port.mk>
|