From c8c1ff3174bbc9403748d5ac72e4162003b44ab1267a7ac0cad8d7f747be84a7 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Thu, 1 Jun 2023 14:49:23 +0000 Subject: [PATCH] Accepting request 1090303 from home:eeich:branches:network:cluster - Do not attempt to build documentation for 32-bit. There are build issues on some build targets which do not trigger for 64-bit. OBS-URL: https://build.opensuse.org/request/show/1090303 OBS-URL: https://build.opensuse.org/package/show/network:cluster/spack?expand=0&rev=73 --- spack.changes | 7 +++++++ spack.spec | 3 +++ 2 files changed, 10 insertions(+) diff --git a/spack.changes b/spack.changes index c105ef5..459af04 100644 --- a/spack.changes +++ b/spack.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jun 1 11:32:36 UTC 2023 - Egbert Eich + +- Do not attempt to build documentation for 32-bit. + There are build issues on some build targets which do not + trigger for 64-bit. + ------------------------------------------------------------------- Mon May 22 14:40:17 UTC 2023 - Christian Goll diff --git a/spack.spec b/spack.spec index 0142de1..9a52f35 100644 --- a/spack.spec +++ b/spack.spec @@ -19,6 +19,9 @@ %global flavor @BUILD_FLAVOR@%{?nil} %if "%{flavor}" == "doc" %bcond_without doc +%ifarch i586 %arm s390 +ExclusiveArch: do_not_build +%endif %endif %if %{with doc} && (0%{?sle_version} > 0) && (150200 >= 0%{?sle_version})