mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
net/openmpi4: remove optional support for expired graphics/torque
This commit is contained in:
parent
d9a8a803a5
commit
ab5417be12
1 changed files with 2 additions and 14 deletions
|
@ -2,7 +2,7 @@ PORTNAME= openmpi
|
|||
PORTVERSION= 4.1.6
|
||||
CATEGORIES= net parallel
|
||||
MASTER_SITES= https://download.open-mpi.org/release/open-mpi/v${PORTVERSION:R}/
|
||||
PKGNAMESUFFIX= 4
|
||||
PKGNAMESUFFIX= 5
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= High Performance Message Passing Library
|
||||
|
@ -57,7 +57,7 @@ TEST_TARGET= check
|
|||
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
|
||||
|
@ -73,7 +73,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
|
||||
|
||||
|
@ -82,17 +81,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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue