From 2918b5c3b6270c55ca351b9c2a8685197044875d Mon Sep 17 00:00:00 2001 From: Guillaume_G <> Date: Mar 16 2022 19:33:57 +0000 Subject: Update armnn to version 22.02 / rev 23 via SR 962185 https://build.opensuse.org/request/show/962185 by user Guillaume_G + dimstar_suse --- diff --git a/.files b/.files index a2cc0d2..0cf81a2 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 5c1450a..a17de30 100644 --- a/.rev +++ b/.rev @@ -207,4 +207,12 @@ <comment></comment> <requestid>935022</requestid> </revision> + <revision rev="23" vrev="1"> + <srcmd5>0e7c014f9abba06ba734e9cefce04705</srcmd5> + <version>22.02</version> + <time>1647458495</time> + <user>dimstar_suse</user> + <comment></comment> + <requestid>962185</requestid> + </revision> </revisionlist> diff --git a/armnn-21.11.tar.gz b/armnn-21.11.tar.gz deleted file mode 120000 index 5561a1e..0000000 --- a/armnn-21.11.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeiayxpziwmcqhc6csy3pptfbxp373ifjkqk3vfktvl64qs4fwoznq4 \ No newline at end of file diff --git a/armnn-22.02.tar.gz b/armnn-22.02.tar.gz new file mode 120000 index 0000000..8137b83 --- /dev/null +++ b/armnn-22.02.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeifp2cm3vpxd42nrhhdtekhmxspqgkdnpil64s3fegxtavlrhd7i2m \ No newline at end of file diff --git a/armnn.changes b/armnn.changes index e92f892..c85fd3c 100644 --- a/armnn.changes +++ b/armnn.changes @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Tue Mar 15 13:06:29 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org> + +- Update to 22.02: + * Changelog: https://github.com/ARM-software/armnn/releases/tag/v22.02 + * Add libarmnnTestUtils + +------------------------------------------------------------------- Wed Dec 1 10:03:31 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org> - Update to 21.11: diff --git a/armnn.spec b/armnn.spec index 8e43640..5f53bd8 100644 --- a/armnn.spec +++ b/armnn.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,7 @@ # -# Disable LTO until UnitTests passes with LTO enabled - https://github.com/ARM-software/armnn/issues/341 +# Disable LTO until UnitTests passes with LTO enabled - https://github.com/ARM-software/armnn/issues/623 %define _lto_cflags %{nil} # Disable Python binding for now @@ -45,7 +45,7 @@ %endif # Extra tests require opencv(3)-devel, but it is broken for Leap 15.1 - boo#1154091 %if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150200 -# FIXME: disabled for now, as it fails with version 21.05 +# FIXME: disabled for now, as it fails since version 21.05 %bcond_with armnn_extra_tests %else %bcond_with armnn_extra_tests @@ -63,9 +63,9 @@ %else %bcond_with armnn_onnx %endif -%define version_major 21 -%define version_minor 11 -%define version_lib 27 +%define version_major 22 +%define version_minor 02 +%define version_lib 28 %define version_lib_tfliteparser 24 %define version_lib_onnxparser 24 Name: armnn%{?package_suffix} @@ -563,6 +563,8 @@ LD_LIBRARY_PATH="$(pwd)/build/" \ %{_includedir}/armnnDeserializer/IDeserializer.hpp %dir %{_includedir}/armnnSerializer/ %{_includedir}/armnnSerializer/ISerializer.hpp +%dir %{_includedir}/armnnTestUtils/ +%{_includedir}/armnnTestUtils/*.hpp %dir %{_libdir}/cmake/armnn %{_libdir}/cmake/armnn/* %{_libdir}/libarmnn.so @@ -573,6 +575,7 @@ LD_LIBRARY_PATH="$(pwd)/build/" \ %{_libdir}/libarmnnSerializer.so %{_libdir}/libarmnnTfLiteParser.so %endif +%{_libdir}/libarmnnTestUtils.so %if %{with armnn_onnx} %{_libdir}/libarmnnOnnxParser.so %endif