diff options
| author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-09-23 09:17:16 +0000 |
|---|---|---|
| committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-09-23 09:17:16 +0000 |
| commit | 72840ac5c3bb78d1be2da4e2a026067d0c9cad9c (patch) | |
| tree | 1649d92a38db7c664e905cd6c7984a737633565a /net/openmpi | |
| parent | sysutils/parafly: fix build on powerpc (diff) | |
et/openmpi: disable SLURM on all 32-bit architectures
Diffstat (limited to 'net/openmpi')
| -rw-r--r-- | net/openmpi/Makefile | 8 |
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 |
