Compare commits

..

No commits in common. "187f9e613e341afbfdd0e462ef9054a5883aebc8" and "e243aa7a023d89ff689e5f2ab948506517702636" have entirely different histories.

4 changed files with 4 additions and 10 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,9 +1,9 @@
%define so_ver 29
%define so_ver 18
# Disable validation tests by default due to opencl needing to be set up
%bcond_with computelibrary_tests
Name: ComputeLibrary
Version: 22.11
Release: 1.1
Version: 20.02.1
Release: 2
Summary: ARM Compute Library
License: MIT
URL: https://developer.arm.com/technologies/compute-library
@ -51,6 +51,7 @@ 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 \
@ -122,9 +123,6 @@ 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

View File

@ -1,4 +0,0 @@
version_control: github
src_repo: ARM-software/ComputeLibrary
tag_prefix: ^v
separator: .