Disable openmpi on RHEL 10+
RHEL 10 follows Fedora 40 and therefore also dropped the i686 build of openmpi.
This commit is contained in:
parent
56ec04471d
commit
2dfe9ef974
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user