Accepting request 1119727 from home:eeich:branches:science

- Disable HPC flavors on i586

OBS-URL: https://build.opensuse.org/request/show/1119727
OBS-URL: https://build.opensuse.org/package/show/science/mumps?expand=0&rev=67
This commit is contained in:
Egbert Eich 2023-10-23 20:36:11 +00:00 committed by Git OBS Bridge
parent b3a50d366b
commit b54f233342
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 23 19:17:11 UTC 2023 - Egbert Eich <eich@suse.com>
- Disable HPC flavors on i586
-------------------------------------------------------------------
Mon Oct 23 11:55:43 UTC 2023 - Nicolas Morey <nicolas.morey@suse.com>

View File

@ -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!"}}