summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2025-11-04 09:41:44 +0100
committerThierry Thomas <thierry@FreeBSD.org>2025-11-04 09:44:50 +0100
commitf9eddf3e03269752cdd5e90944851bc833a1410c (patch)
tree085c1abdede30e6a30ba999de4339f194c18c50c /net
parentmisc/ola: Fix build on systems with latest clang (diff)
net/openmpi: fix SLURM dependency
PR: 290741 Reported by: fluffy
Diffstat (limited to 'net')
-rw-r--r--net/openmpi/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile
index 14dc864a009b..2177391b7005 100644
--- a/net/openmpi/Makefile
+++ b/net/openmpi/Makefile
@@ -1,5 +1,6 @@
PORTNAME= openmpi
DISTVERSION= 5.0.9
+PORTREVISION= 1
CATEGORIES= net parallel
MASTER_SITES= https://download.open-mpi.org/release/open-mpi/v${DISTVERSION:R}/
@@ -86,6 +87,7 @@ IPV6_CONFIGURE_ENABLE= ipv6
ROMIO_CONFIGURE_OFF= --disable-io-romio
SLURM_CONFIGURE_WITH= slurm
+SLURM_LIB_DEPENDS= libslurm.so:sysutils/slurm-wlm
.include <bsd.port.pre.mk>