diff --git a/mumps.changes b/mumps.changes index 765e577..a8a57a5 100644 --- a/mumps.changes +++ b/mumps.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 23 19:17:11 UTC 2023 - Egbert Eich + +- Disable HPC flavors on i586 + ------------------------------------------------------------------- Mon Oct 23 11:55:43 UTC 2023 - Nicolas Morey diff --git a/mumps.spec b/mumps.spec index 37b78e9..d26b305 100644 --- a/mumps.spec +++ b/mumps.spec @@ -313,6 +313,9 @@ ExclusiveArch: do_not_build %define package_name %{pname}%{?scotch:-%{scotch}}%{?my_suffix} %define libname lib%{pname}%{?scotch:-%{scotch}}%{?so_ver}%{?my_suffix} %else +%ifarch %ix86 +ExclusiveArch: do_not_build +%endif %{!?compiler_family:%global compiler_family gnu} %{?with_mpi:%{!?mpi_family:error "No MPI family specified!"}}