From ae33a35f06f1eed8b97c08bd65556b70c3c4f276 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Sun, 29 Oct 2023 12:13:51 -0600 Subject: [PATCH] Rebuild for openmpi 5.0.0, drops support for i686 --- petsc.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/petsc.spec b/petsc.spec index 1dd7365..33d8f47 100644 --- a/petsc.spec +++ b/petsc.spec @@ -31,7 +31,11 @@ %endif %bcond_without mpich +%if 0%{?fedora} >= 40 && "%{_arch}" == "i686" +%bcond_with openmpi +%else %bcond_without openmpi +%endif %if %{?__isa_bits:%{__isa_bits}}%{!?__isa_bits:32} == 64 %bcond_without arch64