git: 72840ac5c3bb - main - et/openmpi: disable SLURM on all 32-bit architectures
Piotr Kubaj
pkubaj at FreeBSD.org
Thu Sep 23 09:23:48 UTC 2021
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=72840ac5c3bb78d1be2da4e2a026067d0c9cad9c
commit 72840ac5c3bb78d1be2da4e2a026067d0c9cad9c
Author: Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-09-23 09:17:16 +0000
Commit: Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-09-23 09:17:16 +0000
et/openmpi: disable SLURM on all 32-bit architectures
---
net/openmpi/Makefile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile
index 6ababb8ce5cd..1f29c891273b 100644
--- a/net/openmpi/Makefile
+++ b/net/openmpi/Makefile
@@ -58,12 +58,12 @@ SHEBANG_FILES= ompi/mca/common/monitoring/profile2mat.pl \
OPTIONS_DEFINE= AVX DEBUG IPV6 SLURM TORQUE
OPTIONS_DEFAULT= SLURM
OPTIONS_EXCLUDE_aarch64= AVX
-OPTIONS_EXCLUDE_armv6= AVX
-OPTIONS_EXCLUDE_armv7= AVX
+OPTIONS_EXCLUDE_armv6= AVX SLURM
+OPTIONS_EXCLUDE_armv7= AVX SLURM
OPTIONS_EXCLUDE_i386= SLURM
-OPTIONS_EXCLUDE_mips= AVX
+OPTIONS_EXCLUDE_mips= AVX SLURM
OPTIONS_EXCLUDE_mips64= AVX
-OPTIONS_EXCLUDE_powerpc= AVX
+OPTIONS_EXCLUDE_powerpc= AVX SLURM
OPTIONS_EXCLUDE_powerpc64= AVX
OPTIONS_EXCLUDE_powerpc64le= AVX
OPTIONS_EXCLUDE_riscv64= AVX
More information about the dev-commits-ports-all
mailing list