Accepting request 879361 from home:Guillaume_G:branches:openSUSE:Factory:ARM

- Disable LTO on %arm as it consumes too much memory
- Update _constraints to avoid OOM

OBS-URL: https://build.opensuse.org/request/show/879361
OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=32
This commit is contained in:
Dirk Stoecker 2021-03-16 15:10:55 +00:00 committed by Git OBS Bridge
parent db36eee2df
commit 740147ac1d
3 changed files with 14 additions and 12 deletions

View File

@ -1,18 +1,7 @@
<constraints>
<hardware>
<physicalmemory>
<size unit="G">5</size>
<size unit="G">7</size>
</physicalmemory>
</hardware>
<overwrite>
<conditions>
<arch>ppc64</arch>
<arch>ppc64le</arch>
</conditions>
<hardware>
<physicalmemory>
<size unit="G">7</size>
</physicalmemory>
</hardware>
</overwrite>
</constraints>

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Mar 16 07:34:25 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Disable LTO on %arm as it consumes too much memory
-------------------------------------------------------------------
Mon Mar 15 19:04:22 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update _constraints to avoid OOM
-------------------------------------------------------------------
Sun Mar 7 08:43:38 UTC 2021 - Christoph G <foss@grueninger.de>

View File

@ -15,6 +15,9 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%ifarch %{arm}
%define _lto_cflags %{nil}
%endif
%ifarch m68k riscv64
%bcond_with openblas