git: 9f2583dd1a5d - main - net/openmpi: Remove dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Dec 2023 08:00:28 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9f2583dd1a5db69e3291bf72cff7ec5e4e48fdb2
commit 9f2583dd1a5db69e3291bf72cff7ec5e4e48fdb2
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-30 07:53:40 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-30 07:53:40 +0000
net/openmpi: Remove dependency
There is a non-default option TORQUE which has dependency on sysutils/torque
which is to be expired. So remove the non-default option.
---
net/openmpi/Makefile | 14 +-------------
1 file changed, 1 insertion(+), 13 deletions(-)
diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile
index 767f8d701dce..ac5aba976934 100644
--- a/net/openmpi/Makefile
+++ b/net/openmpi/Makefile
@@ -54,7 +54,7 @@ MANPREFIX= ${PREFIX}/${MPIDIR}
SHEBANG_FILES= ompi/mca/common/monitoring/profile2mat.pl \
ompi/mca/common/monitoring/aggregate_profile.pl
-OPTIONS_DEFINE= AVX DEBUG IPV6 SLURM TORQUE
+OPTIONS_DEFINE= AVX DEBUG IPV6 SLURM
OPTIONS_DEFAULT= SLURM
OPTIONS_EXCLUDE_aarch64= AVX
OPTIONS_EXCLUDE_armv6= AVX SLURM
@@ -70,7 +70,6 @@ OPTIONS_SUB= yes
AVX_DESC= Enable AVX instructions
SLURM_DESC= Enable SLURM support
-TORQUE_DESC= Enable Torque support
AVX_CONFIGURE_OFF= --enable-mca-no-build=op-avx
@@ -79,17 +78,6 @@ DEBUG_INSTALL_TARGET_OFF= install-strip
IPV6_CONFIGURE_ENABLE= ipv6
-TORQUE_CONFIGURE_WITH= tm
-TORQUE_LIB_DEPENDS= libtorque.so:sysutils/torque
-TORQUE_PLIST_FILES= ${MPIDIR}/lib/openmpi/mca_plm_tm.so \
- ${MPIDIR}/lib/openmpi/mca_plm_tm.la \
- ${MPIDIR}/lib/openmpi/mca_ras_tm.la \
- ${MPIDIR}/lib/openmpi/mca_ras_tm.so \
- ${MPIDIR}/lib/openmpi/mca_ess_tm.so \
- ${MPIDIR}/lib/openmpi/mca_ess_tm.la \
- ${MPIDIR}/share/openmpi/help-plm-tm.txt \
- ${MPIDIR}/share/openmpi/help-ras-tm.txt
-
SLURM_CONFIGURE_WITH= slurm
SLURM_LIB_DEPENDS= libslurm.so:sysutils/slurm-wlm
SLURM_PLIST_FILES= ${MPIDIR}/lib/openmpi/mca_ess_slurm.la \