git: ab5417be12a3 - main - net/openmpi4: remove optional support for expired graphics/torque
- Reply: Rene Ladan : "Re: git: ab5417be12a3 - main - net/openmpi4: remove optional support for expired graphics/torque"
- Reply: Antoine Brodin : "Re: git: ab5417be12a3 - main - net/openmpi4: remove optional support for expired graphics/torque"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 30 Jun 2024 13:09:19 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=ab5417be12a3de8b318728434e228ee7c4fddf72 commit ab5417be12a3de8b318728434e228ee7c4fddf72 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-06-30 13:09:02 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-06-30 13:09:02 +0000 net/openmpi4: remove optional support for expired graphics/torque --- net/openmpi4/Makefile | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/net/openmpi4/Makefile b/net/openmpi4/Makefile index 467c3bb8570f..6c3318406301 100644 --- a/net/openmpi4/Makefile +++ b/net/openmpi4/Makefile @@ -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 \