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
This commit is contained in:
parent
7b1e73c879
commit
5ac6b5d1a8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ceec5d7f2f651c09927f4efd1747f09264bccc40db7c805392d7a1c5cc08e55d
|
|
||||||
size 28518380
|
|
3
armnn-23.11.tar.gz
Normal file
3
armnn-23.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8b6525cd3473b81dfe5ef645cdf5faef568c637b9aec65c34703504430baec2e
|
||||||
|
size 28561316
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 7 09:09:13 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
- 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 <guillaume.gardet@opensuse.org>
|
Tue Sep 5 14:29:53 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
11
armnn.spec
11
armnn.spec
@ -65,7 +65,7 @@
|
|||||||
%bcond_with armnn_onnx
|
%bcond_with armnn_onnx
|
||||||
%endif
|
%endif
|
||||||
%define version_major 23
|
%define version_major 23
|
||||||
%define version_minor 08
|
%define version_minor 11
|
||||||
%define version_lib 33
|
%define version_lib 33
|
||||||
%define version_lib_testutils 3
|
%define version_lib_testutils 3
|
||||||
%define version_lib_tfliteparser 24
|
%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
|
Patch201: 0005-add-armnn-mobilenet-test-example.patch
|
||||||
Patch202: 0006-armnn-mobilenet-test-example.patch
|
Patch202: 0006-armnn-mobilenet-test-example.patch
|
||||||
Patch203: 0009-command-line-options-for-video-port-selection.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
|
Patch205: armnn-fix_find_opencv.patch
|
||||||
BuildRequires: ComputeLibrary-devel >= %{version_major}.%{version_minor}
|
BuildRequires: ComputeLibrary-devel >= %{version_major}.%{version_minor}
|
||||||
BuildRequires: cmake >= 3.0.2
|
BuildRequires: cmake >= 3.0.2
|
||||||
@ -580,6 +579,14 @@ LD_LIBRARY_PATH="$(pwd)/build/" \
|
|||||||
%{_includedir}/armnn/backends/*.hpp
|
%{_includedir}/armnn/backends/*.hpp
|
||||||
%dir %{_includedir}/armnn/profiling
|
%dir %{_includedir}/armnn/profiling
|
||||||
%{_includedir}/armnn/profiling/*.hpp
|
%{_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
|
%dir %{_includedir}/armnn/utility
|
||||||
%{_includedir}/armnn/utility/*.hpp
|
%{_includedir}/armnn/utility/*.hpp
|
||||||
%dir %{_includedir}/armnnUtils
|
%dir %{_includedir}/armnnUtils
|
||||||
|
Loading…
Reference in New Issue
Block a user