1
0

Accepting request 917695 from science:machinelearning

OBS-URL: https://build.opensuse.org/request/show/917695
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ComputeLibrary?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2021-09-09 21:07:37 +00:00 committed by Git OBS Bridge
commit ba6edb0d3c
4 changed files with 14 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:18011eb6dc999f030df609ff2b528e0067ab9f76921fa0b53e35859e06a0aa10
size 12410473

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c62d41be62c14c8ff196d6aaa9f9efe0597b82a923350d922e8cde217dd1d86
size 12921165

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Sep 9 08:02:05 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- 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 <guillaume.gardet@opensuse.org>

View File

@ -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