From b54f233342f21e2eb0f17e83842964b6fb5490048dec7def95469e78c81fcb14 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Mon, 23 Oct 2023 20:36:11 +0000 Subject: [PATCH] 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 --- mumps.changes | 5 +++++ mumps.spec | 3 +++ 2 files changed, 8 insertions(+) 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!"}}