aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason W. Bacon <jwb@FreeBSD.org>2021-12-22 14:52:44 +0000
committerJason W. Bacon <jwb@FreeBSD.org>2021-12-22 15:07:25 +0000
commit357529fea6c0bea2ee157d4183e794a9d318831b (patch)
tree259c48239d3d950723860e79f8cf94cf277cc997
parent63664c9921c6611fec1d99a8bf95646dd05d3c2d (diff)
downloadports-357529fea6c0bea2ee157d4183e794a9d318831b.tar.gz
ports-357529fea6c0bea2ee157d4183e794a9d318831b.zip
sysutils/slurm-wlm: Release to ports@
Newer versions of SLURM contain unconditional dependencies on cgroups. This is a major addition to other long-standing linuxisms such as parsing /proc files to enforce resource limits (this should be done using sysctls on FreeBSD). Currently, it would *not* be extraordinarily difficult to make SLURM mostly functional on FreeBSD, but it has also become increasingly complex and unsuitable for small-scale HPC. Given the current direction and the apparent priorities of SchedMD, I believe it will only become more difficult to maintain non-Linux ports over time. Rather than fight the current, I have begun development of a new batch system with a commitment to simplicity and portability: https://github.com/outpaddling/lpjs
-rw-r--r--sysutils/slurm-wlm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/slurm-wlm/Makefile b/sysutils/slurm-wlm/Makefile
index 4322818a6986..517b38320bd3 100644
--- a/sysutils/slurm-wlm/Makefile
+++ b/sysutils/slurm-wlm/Makefile
@@ -4,7 +4,7 @@ CATEGORIES= sysutils python
MASTER_SITES= https://download.schedmd.com/slurm/
PKGNAMESUFFIX= -wlm
-MAINTAINER= jwb@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Simple Linux Utility for Resource Management
LICENSE= GPLv2+