Hello community,

here is the log from the commit of package armnn for openSUSE:Leap:15.2 checked 
in at 2020-04-02 16:47:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/armnn (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.armnn.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "armnn"

Thu Apr  2 16:47:59 2020 rev:4 rq:790254 version:20.02

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/armnn/armnn.changes    2020-03-15 
07:11:42.672975922 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.armnn.new.3248/armnn.changes  2020-04-02 
16:47:59.257841735 +0200
@@ -1,0 +2,14 @@
+Tue Mar 31 15:23:29 UTC 2020 - Guillaume GARDET <[email protected]>
+
+- Disable RPATH to fix build on Leap15.2/SLE15SP2
+
+-------------------------------------------------------------------
+Tue Mar 24 14:01:29 UTC 2020 - Guillaume GARDET <[email protected]>
+
+- Add '-Wno-error=deprecated-declarations' to fix build with latest
+  protobuf 3.11.x (Tumbleweed)
+  https://github.com/ARM-software/armnn/issues/366
+- Use python-onnx package instead of python-onnx-devel, since it
+  is now a single package.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ armnn.spec ++++++
--- /var/tmp/diff_new_pack.V5Ks8n/_old  2020-04-02 16:48:00.205845467 +0200
+++ /var/tmp/diff_new_pack.V5Ks8n/_new  2020-04-02 16:48:00.209845482 +0200
@@ -138,7 +138,7 @@
 %endif
 %endif
 %if %{with armnn_onnx}
-BuildRequires:  python3-onnx-devel
+BuildRequires:  python3-onnx
 %endif
 %if %{with armnn_tests}
 BuildRequires:  stb-devel
@@ -366,7 +366,6 @@
 # Boost fixes for dynamic linking
 sed -i 's/find_package(Boost 1.59 REQUIRED COMPONENTS unit_test_framework 
system filesystem program_options)/find_package(Boost 1.59 REQUIRED COMPONENTS 
unit_test_framework system filesystem log thread program_options)/' 
./cmake/GlobalConfig.cmake
 
-
 %build
 %if %{with armnn_onnx}
 mkdir onnx_deps
@@ -374,7 +373,7 @@
 protoc $PROTO --proto_path=. --proto_path=%{_includedir} 
--proto_path=$(dirname $(find %{_libdir} -name onnx)) --cpp_out=./onnx_deps
 %endif
 %if 0%{?suse_version} > 1500
-export CXX_ADDITIONAL_FLAGS="$CXX_ADDITIONAL_FLAGS -Wno-error=deprecated-copy"
+export CXX_ADDITIONAL_FLAGS="$CXX_ADDITIONAL_FLAGS -Wno-error=deprecated-copy 
-Wno-error=deprecated-declarations"
 %endif
 %if 0%{?sle_version} == 150200
 %if %{with armnn_tf}
@@ -387,6 +386,7 @@
 %endif
 %endif
 %cmake \
+  -DCMAKE_SKIP_RPATH=True \
   -DSHARED_BOOST=1 \
   -DCMAKE_CXX_FLAGS:STRING="%{optflags} -pthread $CXX_ADDITIONAL_FLAGS 
-Wno-error=implicit-fallthrough -Wno-error=unused-parameter" \
   -DBOOST_LIBRARYDIR=%{_libdir} \


Reply via email to