aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-09-23 09:17:16 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-09-23 09:17:16 +0000
commit72840ac5c3bb78d1be2da4e2a026067d0c9cad9c (patch)
tree1649d92a38db7c664e905cd6c7984a737633565a
parentde429e89b5f638e608d6640fbf6194c665cd1928 (diff)
downloadports-72840ac5c3bb78d1be2da4e2a026067d0c9cad9c.tar.gz
ports-72840ac5c3bb78d1be2da4e2a026067d0c9cad9c.zip
et/openmpi: disable SLURM on all 32-bit architectures
-rw-r--r--net/openmpi/Makefile8
1 files 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