Rework conditional

This commit is contained in:
Orion Poplawski 2023-10-29 12:44:09 -06:00
parent d121d46377
commit 56ec04471d

View File

@ -16,12 +16,16 @@
# All arches have mpich # All arches have mpich
%bcond_without mpich %bcond_without mpich
%if 0%{?fedora} >= 40 && "%{_arch}" == "i686" %if 0%{?fedora} >= 40
%ifarch %{ix86}
# No OpenMPI support on these arches # No OpenMPI support on these arches
%bcond_with openmpi %bcond_with openmpi
%else %else
%bcond_without openmpi %bcond_without openmpi
%endif %endif
%else
%bcond_without openmpi
%endif
%endif %endif
%ifnarch %{ix86} x86_64 %{arm} ppc64 ppc64le aarch64 s390x riscv64 %ifnarch %{ix86} x86_64 %{arm} ppc64 ppc64le aarch64 s390x riscv64