Accepting request 820780 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/820780 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qgis?expand=0&rev=15
This commit is contained in:
commit
c5f97168f1
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 7 16:58:27 UTC 2020 - Michel Normand <normand@linux.vnet.ibm.com>
|
||||
|
||||
- use limit_build for ppc64le to avoid OOM failure on power8-01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 25 09:12:52 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
|
@ -139,6 +139,9 @@ Obsoletes: qgis2
|
||||
%if %{with grass}
|
||||
BuildRequires: grass-devel >= 7.2
|
||||
%endif
|
||||
%ifarch ppc64le
|
||||
BuildRequires: memory-constraints
|
||||
%endif
|
||||
|
||||
%package devel
|
||||
Summary: Development Libraries for QGIS
|
||||
@ -219,6 +222,10 @@ export PATH=$PATH:$QTDIR/bin
|
||||
|
||||
export QTDIR=%{_prefix}
|
||||
export PATH=$PATH:$QTDIR/bin
|
||||
%ifarch ppc64le
|
||||
# avoid OOM failure on power8-01 builder
|
||||
%limit_build -m 1300
|
||||
%endif
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user