Hello community, here is the log from the commit of package tensorflow for openSUSE:Factory checked in at 2020-08-20 22:34:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tensorflow (Old) and /work/SRC/openSUSE:Factory/.tensorflow.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tensorflow" Thu Aug 20 22:34:20 2020 rev:23 rq:828223 version:1.15.3 Changes: -------- --- /work/SRC/openSUSE:Factory/tensorflow/tensorflow.changes 2020-08-14 09:34:34.848436909 +0200 +++ /work/SRC/openSUSE:Factory/.tensorflow.new.3399/tensorflow.changes 2020-08-20 22:34:35.636143107 +0200 @@ -1,0 +2,6 @@ +Thu Aug 20 09:07:34 UTC 2020 - Martin Liška <[email protected]> + +- Use memoryperjob constraint instead of %limit_build macro. +- Use only 1300MB for memoryperjob. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tensorflow.spec ++++++ --- /var/tmp/diff_new_pack.TJxlpl/_old 2020-08-20 22:34:37.388143926 +0200 +++ /var/tmp/diff_new_pack.TJxlpl/_new 2020-08-20 22:34:37.392143928 +0200 @@ -193,7 +193,6 @@ BuildRequires: libpng16-compat-devel BuildRequires: libpng16-devel BuildRequires: lmdb-devel -BuildRequires: memory-constraints BuildRequires: nasm BuildRequires: pcre-devel BuildRequires: protobuf-devel @@ -452,7 +451,6 @@ export CC_OPT_FLAGS=$CXXFLAGS ln -sf /.ccache/ ~/.ccache %if !%{is_lite} -%limit_build -m 6200 %endif %if %{is_lite} ++++++ _constraints ++++++ --- /var/tmp/diff_new_pack.TJxlpl/_old 2020-08-20 22:34:37.436143949 +0200 +++ /var/tmp/diff_new_pack.TJxlpl/_new 2020-08-20 22:34:37.436143949 +0200 @@ -1,10 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> <constraints> <hardware> <memory> - <size unit="G">12</size> + <size unit="G">12</size> </memory> <disk> <size unit="G">10</size> </disk> + <memoryperjob> + <size unit="M">1300</size> + </memoryperjob> </hardware> </constraints>
