Files
ports/sysutils/spcm/Makefile
Jason W. Bacon d157b2969c sysutils/spcm: Update to 0.5.4.4
slurm-update-idle-nodes: Wait for all nodes to reboot and resume
cluster-admin: Prompt for root pw if run as regular user
2021-09-20 09:34:36 -05:00

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>