From ff61f2298bca231a916c963c15d557086072751c43d278ef117a46f363b93264 Mon Sep 17 00:00:00 2001 From: Nicolas Morey Date: Tue, 25 Jun 2024 14:27:21 +0000 Subject: [PATCH] - Do not build 32b versions of the gnu-hpc flavour. OBS-URL: https://build.opensuse.org/package/show/science:HPC/gnu-compilers-hpc?expand=0&rev=51 --- gnu-compilers-hpc.changes | 5 +++++ gnu-compilers-hpc.spec | 9 +++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/gnu-compilers-hpc.changes b/gnu-compilers-hpc.changes index 1522851..7872e97 100644 --- a/gnu-compilers-hpc.changes +++ b/gnu-compilers-hpc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 25 12:35:03 UTC 2024 - Nicolas Morey + +- Do not build 32b versions of the gnu-hpc flavour. + ------------------------------------------------------------------- Mon Sep 4 11:39:42 UTC 2023 - Egbert Eich diff --git a/gnu-compilers-hpc.spec b/gnu-compilers-hpc.spec index a2dbef1..3cacdcc 100644 --- a/gnu-compilers-hpc.spec +++ b/gnu-compilers-hpc.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -64,8 +64,13 @@ ExclusiveArch: do_not_build %endif # For Factory only build the default -%if 0%{?suse_version} > 1600 && "%flavor" != "gnu-hpc" +%if 0%{?suse_version} > 1600 +# Only build gnu-hpc flavour but not on 32b systems +%if "%flavor" != "gnu-hpc" ExclusiveArch: do-not-build +%else +ExcludeArch: i586 %arm s390 +%endif %endif # Keep in sync with macros.hpc-gnu