Accepting request 879447 from science
OBS-URL: https://build.opensuse.org/request/show/879447 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=34
This commit is contained in:
commit
f4b63d9cb4
13
_constraints
13
_constraints
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user