!5 更新ComputeLibrary源码包版本

From: @dandanxu1993 
Reviewed-by: @sinever 
Signed-off-by: @sinever
This commit is contained in:
openeuler-ci-bot 2023-01-04 03:34:39 +00:00 committed by Gitee
commit 187f9e613e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 4 deletions

Binary file not shown.

BIN
ComputeLibrary-22.11.tar.gz Normal file

Binary file not shown.

View File

@ -1,9 +1,9 @@
%define so_ver 18
%define so_ver 29
# Disable validation tests by default due to opencl needing to be set up
%bcond_with computelibrary_tests
Name: ComputeLibrary
Version: 20.02.1
Release: 2
Version: 22.11
Release: 1.1
Summary: ARM Compute Library
License: MIT
URL: https://developer.arm.com/technologies/compute-library
@ -51,7 +51,6 @@ Free *.npy and *.ppm files to use with example binaries.
scons os=linux build=native \
set_soname=1 \
examples=1 \
gles_compute=0 \
opencl=1 \
%if %{with computelibrary_tests}
validation_tests=1 \
@ -123,6 +122,9 @@ LD_LIBRARY_PATH="build/" build/tests/arm_compute_validation
%{_datadir}/ComputeLibrary/%{sampledir}
%changelog
* Fri Dec 23 2022 Dandan Xu <dandan@nj.iscas.ac.cn> - 22.11-1.1
- update version to 22.11
* Mon Jun 22 2020 Senlin Xia <xisenlin1@huawei.com> - 20.02.1-2
- fix build errors