Hello community,

here is the log from the commit of package python-torch for openSUSE:Factory 
checked in at 2020-08-29 20:43:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-torch (Old)
 and      /work/SRC/openSUSE:Factory/.python-torch.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-torch"

Sat Aug 29 20:43:16 2020 rev:5 rq:828105 version:1.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-torch/python-torch.changes        
2020-06-30 21:56:38.490791599 +0200
+++ /work/SRC/openSUSE:Factory/.python-torch.new.3399/python-torch.changes      
2020-08-29 20:43:18.513489171 +0200
@@ -1,0 +2,5 @@
+Thu Aug 20 09:04:08 UTC 2020 - Martin Liška <mli...@suse.cz>
+
+- Use memoryperjob constraint instead of %limit_build macro.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-torch.spec ++++++
--- /var/tmp/diff_new_pack.EX24Gq/_old  2020-08-29 20:43:19.261489483 +0200
+++ /var/tmp/diff_new_pack.EX24Gq/_new  2020-08-29 20:43:19.265489484 +0200
@@ -104,7 +104,6 @@
 BuildRequires:  libnuma-devel
 BuildRequires:  libopenblas_pthreads-devel
 BuildRequires:  lmdb-devel
-BuildRequires:  memory-constraints
 BuildRequires:  ninja
 BuildRequires:  openblas-devel
 BuildRequires:  openssl-devel
@@ -240,7 +239,6 @@
   export MAX_JOBS=%{?jobs} \
 
 %buildvars
-%limit_build -m 2000
 %python_build
 
 %install

++++++ _constraints ++++++
--- /var/tmp/diff_new_pack.EX24Gq/_old  2020-08-29 20:43:19.301489500 +0200
+++ /var/tmp/diff_new_pack.EX24Gq/_new  2020-08-29 20:43:19.305489501 +0200
@@ -1,10 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <constraints>
   <hardware>
     <memory>
-     <size unit="G">8</size>
+      <size unit="G">8</size>
     </memory>
     <disk>
       <size unit="G">8</size>
     </disk>
+    <memoryperjob>
+      <size unit="M">2000</size>
+    </memoryperjob>
   </hardware>
 </constraints>


Reply via email to