forked from pool/mumps
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:
parent
b3a50d366b
commit
b54f233342
@ -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>
|
Mon Oct 23 11:55:43 UTC 2023 - Nicolas Morey <nicolas.morey@suse.com>
|
||||||
|
|
||||||
|
@ -313,6 +313,9 @@ ExclusiveArch: do_not_build
|
|||||||
%define package_name %{pname}%{?scotch:-%{scotch}}%{?my_suffix}
|
%define package_name %{pname}%{?scotch:-%{scotch}}%{?my_suffix}
|
||||||
%define libname lib%{pname}%{?scotch:-%{scotch}}%{?so_ver}%{?my_suffix}
|
%define libname lib%{pname}%{?scotch:-%{scotch}}%{?so_ver}%{?my_suffix}
|
||||||
%else
|
%else
|
||||||
|
%ifarch %ix86
|
||||||
|
ExclusiveArch: do_not_build
|
||||||
|
%endif
|
||||||
%{!?compiler_family:%global compiler_family gnu}
|
%{!?compiler_family:%global compiler_family gnu}
|
||||||
%{?with_mpi:%{!?mpi_family:error "No MPI family specified!"}}
|
%{?with_mpi:%{!?mpi_family:error "No MPI family specified!"}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user