From d5350cd95923ebe61311e5e298a676302931a102adf4c4a839bdea63236359fc Mon Sep 17 00:00:00 2001 From: Guillaume GARDET Date: Thu, 7 Dec 2023 15:52:05 +0000 Subject: [PATCH] Accepting request 1131644 from home:Guillaume_G:branches:science:machinelearning - Update to 23.11: * Public major release * Documentation (API, changelogs, build guide, contribution guide, errata, etc.) available here: https://arm-software.github.io/ComputeLibrary/v23.11 OBS-URL: https://build.opensuse.org/request/show/1131644 OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/ComputeLibrary?expand=0&rev=44 --- ComputeLibrary-23.08.tar.gz | 3 --- ComputeLibrary-23.11.tar.gz | 3 +++ ComputeLibrary.changes | 9 +++++++++ ComputeLibrary.spec | 5 +++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 ComputeLibrary-23.08.tar.gz create mode 100644 ComputeLibrary-23.11.tar.gz diff --git a/ComputeLibrary-23.08.tar.gz b/ComputeLibrary-23.08.tar.gz deleted file mode 100644 index 090b06e..0000000 --- a/ComputeLibrary-23.08.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62f514a555409d4401e5250b290cdf8cf1676e4eb775e5bd61ea6a740a8ce24f -size 13902839 diff --git a/ComputeLibrary-23.11.tar.gz b/ComputeLibrary-23.11.tar.gz new file mode 100644 index 0000000..7a4dea9 --- /dev/null +++ b/ComputeLibrary-23.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd19b6c3355edd57d718c74bb496ab386452a835804a290da706f21b261f6bdf +size 14031383 diff --git a/ComputeLibrary.changes b/ComputeLibrary.changes index cbf6097..b1add71 100644 --- a/ComputeLibrary.changes +++ b/ComputeLibrary.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Dec 7 09:05:47 UTC 2023 - Guillaume GARDET + +- Update to 23.11: + * Public major release + * Documentation (API, changelogs, build guide, + contribution guide, errata, etc.) available here: + https://arm-software.github.io/ComputeLibrary/v23.11 + ------------------------------------------------------------------- Tue Sep 5 14:24:12 UTC 2023 - Guillaume GARDET diff --git a/ComputeLibrary.spec b/ComputeLibrary.spec index de592a2..a925e92 100644 --- a/ComputeLibrary.spec +++ b/ComputeLibrary.spec @@ -16,11 +16,11 @@ # -%define so_ver 32 +%define so_ver 33 # Disable validation tests by default due to opencl needing to be set up %bcond_with computelibrary_tests Name: ComputeLibrary -Version: 23.08 +Version: 23.11 Release: 0 Summary: ARM Compute Library License: MIT @@ -128,6 +128,7 @@ rm -f $(find %{buildroot}%{_includedir}/ -name *.cpp) mkdir -p %{buildroot}%{_datadir}/ComputeLibrary/%{sampledir} cp -r data/* %{buildroot}%{_datadir}/ComputeLibrary/%{sampledir} # Install scripts +rm -rf scripts/modules # Unused scripts/module/Shell.py install -Dm0755 scripts/* %{buildroot}%{_bindir} rm -f %{buildroot}%{_bindir}/*.h # Fix Python scripts interpreter