Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package opencv for openSUSE:Factory checked 
in at 2022-04-01 21:35:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opencv (Old)
 and      /work/SRC/openSUSE:Factory/.opencv.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "opencv"

Fri Apr  1 21:35:43 2022 rev:94 rq:966293 version:4.5.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/opencv/opencv.changes    2021-12-26 
13:30:40.342966324 +0100
+++ /work/SRC/openSUSE:Factory/.opencv.new.1900/opencv.changes  2022-04-01 
21:36:56.660945351 +0200
@@ -1,0 +2,10 @@
+Mon Jan 10 11:08:32 UTC 2022 - Antonio Larrosa <alarr...@suse.com>
+
+- Remove the memoryperjob constraint which doesn't work as one
+  would expect and breaks ppc64 builds.
+- Use %limit_memory -m 1700 to set the number of concurrent
+  jobs to a sane value and fix OOM errors when building in
+  workers with many cores.
+- Decrease the disk constraint to 9G which seems to be enough
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ opencv.spec ++++++
--- /var/tmp/diff_new_pack.xxbxNM/_old  2022-04-01 21:36:57.764933243 +0200
+++ /var/tmp/diff_new_pack.xxbxNM/_new  2022-04-01 21:36:57.768933199 +0200
@@ -51,6 +51,7 @@
 BuildRequires:  fdupes
 BuildRequires:  libeigen3-devel
 BuildRequires:  libjpeg-devel
+BuildRequires:  memory-constraints
 BuildRequires:  pkgconfig
 # OpenJPEGTargets.cmake erroneously requires the binaries
 BuildRequires:  openjpeg2
@@ -282,6 +283,8 @@
 rm -f doc/packaging.txt
 
 %build
+%limit_build -m 1700
+
 # openCV does not understand the standard RelWithDebinfo,
 #   but has a separate variable for it
 # Dynamic dispatch: 
https://github.com/opencv/opencv/wiki/CPU-optimizations-build-options

++++++ _constraints ++++++
--- /var/tmp/diff_new_pack.xxbxNM/_old  2022-04-01 21:36:57.804932804 +0200
+++ /var/tmp/diff_new_pack.xxbxNM/_new  2022-04-01 21:36:57.808932760 +0200
@@ -2,14 +2,11 @@
 <constraints>
   <hardware>
     <disk>
-      <size unit="G">13</size>
+      <size unit="G">9</size>
     </disk>
     <memory>
       <size unit="M">5700</size>
     </memory>
-    <memoryperjob>
-      <size unit="M">1600</size>
-    </memoryperjob>
   </hardware>
 </constraints>
 

Reply via email to