Compare commits
No commits in common. "187f9e613e341afbfdd0e462ef9054a5883aebc8" and "e243aa7a023d89ff689e5f2ab948506517702636" have entirely different histories.
187f9e613e
...
e243aa7a02
BIN
ComputeLibrary-20.02.1.tar.gz
Normal file
BIN
ComputeLibrary-20.02.1.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -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
|
# Disable validation tests by default due to opencl needing to be set up
|
||||||
%bcond_with computelibrary_tests
|
%bcond_with computelibrary_tests
|
||||||
Name: ComputeLibrary
|
Name: ComputeLibrary
|
||||||
Version: 22.11
|
Version: 20.02.1
|
||||||
Release: 1.1
|
Release: 2
|
||||||
Summary: ARM Compute Library
|
Summary: ARM Compute Library
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://developer.arm.com/technologies/compute-library
|
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 \
|
scons os=linux build=native \
|
||||||
set_soname=1 \
|
set_soname=1 \
|
||||||
examples=1 \
|
examples=1 \
|
||||||
|
gles_compute=0 \
|
||||||
opencl=1 \
|
opencl=1 \
|
||||||
%if %{with computelibrary_tests}
|
%if %{with computelibrary_tests}
|
||||||
validation_tests=1 \
|
validation_tests=1 \
|
||||||
@ -122,9 +123,6 @@ LD_LIBRARY_PATH="build/" build/tests/arm_compute_validation
|
|||||||
%{_datadir}/ComputeLibrary/%{sampledir}
|
%{_datadir}/ComputeLibrary/%{sampledir}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jun 22 2020 Senlin Xia <xisenlin1@huawei.com> - 20.02.1-2
|
||||||
- fix build errors
|
- fix build errors
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +0,0 @@
|
|||||||
version_control: github
|
|
||||||
src_repo: ARM-software/ComputeLibrary
|
|
||||||
tag_prefix: ^v
|
|
||||||
separator: .
|
|
||||||
Loading…
x
Reference in New Issue
Block a user