From 5ac6b5d1a8decc97ab31406dd92cb00ab6c945b705789eb35df3416ad8816391 Mon Sep 17 00:00:00 2001 From: Guillaume GARDET Date: Thu, 7 Dec 2023 15:52:19 +0000 Subject: [PATCH] Accepting request 1131646 from home:Guillaume_G:branches:science:machinelearning - Update to 23.11: * Changelog: https://github.com/ARM-software/armnn/releases/tag/v23.11 OBS-URL: https://build.opensuse.org/request/show/1131646 OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/armnn?expand=0&rev=81 --- armnn-23.08.tar.gz | 3 --- armnn-23.11.tar.gz | 3 +++ armnn.changes | 6 ++++++ armnn.spec | 11 +++++++++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 armnn-23.08.tar.gz create mode 100644 armnn-23.11.tar.gz diff --git a/armnn-23.08.tar.gz b/armnn-23.08.tar.gz deleted file mode 100644 index 25011ee..0000000 --- a/armnn-23.08.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ceec5d7f2f651c09927f4efd1747f09264bccc40db7c805392d7a1c5cc08e55d -size 28518380 diff --git a/armnn-23.11.tar.gz b/armnn-23.11.tar.gz new file mode 100644 index 0000000..7a1bdaa --- /dev/null +++ b/armnn-23.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b6525cd3473b81dfe5ef645cdf5faef568c637b9aec65c34703504430baec2e +size 28561316 diff --git a/armnn.changes b/armnn.changes index c25a54f..2a15eeb 100644 --- a/armnn.changes +++ b/armnn.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 7 09:09:13 UTC 2023 - Guillaume GARDET + +- Update to 23.11: + * Changelog: https://github.com/ARM-software/armnn/releases/tag/v23.11 + ------------------------------------------------------------------- Tue Sep 5 14:29:53 UTC 2023 - Guillaume GARDET diff --git a/armnn.spec b/armnn.spec index 5a50440..e5efd08 100644 --- a/armnn.spec +++ b/armnn.spec @@ -65,7 +65,7 @@ %bcond_with armnn_onnx %endif %define version_major 23 -%define version_minor 08 +%define version_minor 11 %define version_lib 33 %define version_lib_testutils 3 %define version_lib_tfliteparser 24 @@ -84,7 +84,6 @@ Patch200: 0003-add-more-test-command-line-arguments.patch Patch201: 0005-add-armnn-mobilenet-test-example.patch Patch202: 0006-armnn-mobilenet-test-example.patch Patch203: 0009-command-line-options-for-video-port-selection.patch -Patch204: 0010-armnnexamples-update-for-19.08-modifications.patch Patch205: armnn-fix_find_opencv.patch BuildRequires: ComputeLibrary-devel >= %{version_major}.%{version_minor} BuildRequires: cmake >= 3.0.2 @@ -580,6 +579,14 @@ LD_LIBRARY_PATH="$(pwd)/build/" \ %{_includedir}/armnn/backends/*.hpp %dir %{_includedir}/armnn/profiling %{_includedir}/armnn/profiling/*.hpp +%dir %{_includedir}/armnn/profiling/client/ +%dir %{_includedir}/armnn/profiling/client/include/ +%{_includedir}/armnn/profiling/client/include/*.hpp +%dir %{_includedir}/armnn/profiling/client/include/backends/ +%{_includedir}/armnn/profiling/client/include/backends/*.hpp +%dir %{_includedir}/armnn/profiling/common/ +%dir %{_includedir}/armnn/profiling/common/include/ +%{_includedir}/armnn/profiling/common/include/*.hpp %dir %{_includedir}/armnn/utility %{_includedir}/armnn/utility/*.hpp %dir %{_includedir}/armnnUtils