The package rpms/paraview.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/paraview.git/commit/?id=ae48cf28f61c....
Change: -%ifarch %{ix86}
Thanks.
Full change: ============
commit e3ac1e734d75cd4e1996ff0b80a2282fc4924567 Author: Björn Esser besser82@fedoraproject.org Date: Thu Feb 27 21:37:06 2025 +0100
Explicitly set CMAKE_POLICY_VERSION_MINIMUM=3.5
diff --git a/paraview.spec b/paraview.spec index 9435515..06e22de 100644 --- a/paraview.spec +++ b/paraview.spec @@ -250,6 +250,7 @@ ExcludeArch: %{ix86} # Add -DOMPI_SKIP_MPICXX to work around issue with MPI linkage and exodus # https://gitlab.kitware.com/paraview/paraview/-/issues/20060 %global paraview_cmake_options \\ + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \\ -DCMAKE_BUILD_TYPE=RelWithDebInfo \\ -DCMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING="-DNDEBUG -DOMPI_SKIP_MPICXX" \\ -DOpenGL_GL_PREFERENCE=GLVND \\
commit b7ab1bab26c41015c4ae6ba7b842aa0d16233a73 Author: Björn Esser besser82@fedoraproject.org Date: Thu Feb 27 10:49:05 2025 +0100
Rebuild (jsoncpp)
Signed-off-by: Björn Esser besser82@fedoraproject.org
commit ae48cf28f61cf702547312d43e656d91b3f2fd2d Author: Orion Poplawski orion@nwra.com Date: Wed Feb 19 20:30:08 2025 -0700
Drop %{ix86} conditional
[skip changelog]
diff --git a/paraview.spec b/paraview.spec index 740dace..9435515 100644 --- a/paraview.spec +++ b/paraview.spec @@ -19,17 +19,8 @@ %bcond_with openmpi %else %bcond_without mpich -# No openmpi on i668 with openmpi 5 in Fedora 40+ -%if 0%{?fedora} >= 40 -%ifarch %{ix86} -%bcond_with openmpi -%else -%bcond_without openmpi -%endif -%else %bcond_without openmpi %endif -%endif
# cgnslib is too old on EL8 %if 0%{?el8}
arch-excludes@lists.fedoraproject.org