Disable openmpi on RHEL 10+

RHEL 10 follows Fedora 40 and therefore also dropped the i686 build of
openmpi.
This commit is contained in:
Yaakov Selkowitz 2023-12-05 17:54:28 -05:00
parent 56ec04471d
commit 2dfe9ef974

View File

@ -16,7 +16,7 @@
# All arches have mpich
%bcond_without mpich
%if 0%{?fedora} >= 40
%if 0%{?fedora} >= 40 || 0%{?rhel} >= 10
%ifarch %{ix86}
# No OpenMPI support on these arches
%bcond_with openmpi