Richard Brown 2021-03-19 15:39:40 +00:00 committed by Git OBS Bridge
commit f4b63d9cb4
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