forked from pool/hugin
Accepting request 828049 from home:marxin:memory-constraint
Use memoryperjob constraint instead of %limit_build macro. OBS-URL: https://build.opensuse.org/request/show/828049 OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=99
This commit is contained in:
parent
75800392f4
commit
b9717ccd7e
8
_constraints
Normal file
8
_constraints
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<constraints>
|
||||
<hardware>
|
||||
<memoryperjob>
|
||||
<size unit="M">1000</size>
|
||||
</memoryperjob>
|
||||
</hardware>
|
||||
</constraints>
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 08:38:47 UTC 2020 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- Use memoryperjob constraint instead of %limit_build macro.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 18:43:08 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||
|
||||
|
@ -44,7 +44,6 @@ BuildRequires: liblcms2-devel
|
||||
BuildRequires: libpano-devel >= 2.9.19
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: memory-constraints
|
||||
%if %{with hsi}
|
||||
BuildRequires: python-wxWidgets >= 3
|
||||
BuildRequires: swig
|
||||
@ -95,7 +94,6 @@ mv src/translations/cs_CZ.po src/translations/cs.po
|
||||
-DCMAKE_SKIP_RPATH:BOOL=OFF \
|
||||
..
|
||||
|
||||
%limit_build
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user