From b72e3e198a882491e3082a6424ac582ab5bdea63b3ed387334b785ad17bff5e0 Mon Sep 17 00:00:00 2001 From: Guillaume GARDET Date: Thu, 9 Sep 2021 10:09:58 +0000 Subject: [PATCH] Accepting request 917693 from home:Guillaume_G:branches:science:machinelearning - Update to 21.08: * Public major release * Documentation (API, changelogs, build guide, contribution guide, errata, etc.) available here: https://arm-software.github.io/ComputeLibrary/v21.08/ OBS-URL: https://build.opensuse.org/request/show/917693 OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/ComputeLibrary?expand=0&rev=24 --- ComputeLibrary-21.05.tar.gz | 3 --- ComputeLibrary-21.08.tar.gz | 3 +++ ComputeLibrary.changes | 9 +++++++++ ComputeLibrary.spec | 6 ++---- 4 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 ComputeLibrary-21.05.tar.gz create mode 100644 ComputeLibrary-21.08.tar.gz diff --git a/ComputeLibrary-21.05.tar.gz b/ComputeLibrary-21.05.tar.gz deleted file mode 100644 index 16a5069..0000000 --- a/ComputeLibrary-21.05.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18011eb6dc999f030df609ff2b528e0067ab9f76921fa0b53e35859e06a0aa10 -size 12410473 diff --git a/ComputeLibrary-21.08.tar.gz b/ComputeLibrary-21.08.tar.gz new file mode 100644 index 0000000..d36f7a4 --- /dev/null +++ b/ComputeLibrary-21.08.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c62d41be62c14c8ff196d6aaa9f9efe0597b82a923350d922e8cde217dd1d86 +size 12921165 diff --git a/ComputeLibrary.changes b/ComputeLibrary.changes index fcc68ca..0d44cf1 100644 --- a/ComputeLibrary.changes +++ b/ComputeLibrary.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Sep 9 08:02:05 UTC 2021 - Guillaume GARDET + +- Update to 21.08: + * Public major release + * Documentation (API, changelogs, build guide, + contribution guide, errata, etc.) available here: + https://arm-software.github.io/ComputeLibrary/v21.08/ + ------------------------------------------------------------------- Fri May 21 06:45:21 UTC 2021 - Guillaume GARDET diff --git a/ComputeLibrary.spec b/ComputeLibrary.spec index 8f34261..9bcce28 100644 --- a/ComputeLibrary.spec +++ b/ComputeLibrary.spec @@ -16,11 +16,11 @@ # -%define so_ver 23 +%define so_ver 24 # Disable validation tests by default due to opencl needing to be set up %bcond_with computelibrary_tests Name: ComputeLibrary -Version: 21.05 +Version: 21.08 Release: 0 Summary: ARM Compute Library License: MIT @@ -135,8 +135,6 @@ rm -f %{buildroot}%{_bindir}/*.h for pyfile in `ls %{buildroot}%{_bindir}/*.py`; do sed -i -e 's|#!%{_bindir}/env python|#!%{_bindir}/python|' $pyfile done -# Drop txt files -rm %{buildroot}%{_bindir}/*.txt %post -n libarm_compute%{so_ver} -p /sbin/ldconfig %postun -n libarm_compute%{so_ver} -p /sbin/ldconfig