Hello community, here is the log from the commit of package armnn for openSUSE:Factory checked in at 2020-03-24 22:37:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/armnn (Old) and /work/SRC/openSUSE:Factory/.armnn.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "armnn" Tue Mar 24 22:37:15 2020 rev:6 rq:787844 version:20.02 Changes: -------- --- /work/SRC/openSUSE:Factory/armnn/armnn.changes 2020-03-11 18:52:00.367585270 +0100 +++ /work/SRC/openSUSE:Factory/.armnn.new.3160/armnn.changes 2020-03-24 22:38:54.097280675 +0100 @@ -1,0 +2,9 @@ +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.Hd2MKU/_old 2020-03-24 22:38:55.237281229 +0100 +++ /var/tmp/diff_new_pack.Hd2MKU/_new 2020-03-24 22:38:55.241281231 +0100 @@ -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}
