Accepting request 829005 from science
OBS-URL: https://build.opensuse.org/request/show/829005 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opencv?expand=0&rev=84
This commit is contained in:
commit
8c90e393f3
@ -1,12 +1,14 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<constraints>
|
<constraints>
|
||||||
<hardware>
|
<hardware>
|
||||||
<disk>
|
<disk>
|
||||||
<!-- build uses 20GB in maintenance projects currently 201502 -->
|
|
||||||
<size unit="G">13</size>
|
<size unit="G">13</size>
|
||||||
</disk>
|
</disk>
|
||||||
<memory>
|
<memory>
|
||||||
<size unit="M">3000</size>
|
<size unit="M">3000</size>
|
||||||
</memory>
|
</memory>
|
||||||
|
<memoryperjob>
|
||||||
|
<size unit="M">1000</size>
|
||||||
|
</memoryperjob>
|
||||||
</hardware>
|
</hardware>
|
||||||
</constraints>
|
</constraints>
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 20 09:02:23 UTC 2020 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Use memoryperjob constraint instead of %limit_build macro.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 13 22:03:12 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
Sat Jun 13 22:03:12 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||||
|
|
||||||
|
@ -51,7 +51,6 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: libeigen3-devel
|
BuildRequires: libeigen3-devel
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: memory-constraints
|
|
||||||
# OpenJPEGTargets.cmake erroneously requires the binaries
|
# OpenJPEGTargets.cmake erroneously requires the binaries
|
||||||
BuildRequires: openjpeg2
|
BuildRequires: openjpeg2
|
||||||
BuildRequires: tbb-devel
|
BuildRequires: tbb-devel
|
||||||
@ -179,7 +178,6 @@ cp opencv_contrib-%{version}/LICENSE LICENSE.contrib
|
|||||||
rm -f doc/packaging.txt
|
rm -f doc/packaging.txt
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%limit_build -m 1000
|
|
||||||
# Dynamic dispatch: https://github.com/opencv/opencv/wiki/CPU-optimizations-build-options
|
# Dynamic dispatch: https://github.com/opencv/opencv/wiki/CPU-optimizations-build-options
|
||||||
# x86: disable SSE on 32bit, do not dispatch AVX and later - SSE3
|
# x86: disable SSE on 32bit, do not dispatch AVX and later - SSE3
|
||||||
# is the highest extension available on any non-64bit x86 CPU
|
# is the highest extension available on any non-64bit x86 CPU
|
||||||
|
Loading…
x
Reference in New Issue
Block a user