Skip to content

Commit

Permalink
net/openmpi: Remove dependency
Browse files Browse the repository at this point in the history
There is a non-default option TORQUE which has dependency on sysutils/torque
which is to be expired. So remove the non-default option.
  • Loading branch information
5u623l20 committed Dec 30, 2023
1 parent 78bb859 commit 9f2583d
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions net/openmpi/Makefile
Expand Up @@ -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
Expand All @@ -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

Expand All @@ -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 \
Expand Down

0 comments on commit 9f2583d

Please sign in to comment.