Compare commits
11 Commits
e243aa7a02
...
187f9e613e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
187f9e613e | ||
|
|
88d32a1e37 | ||
|
|
d7d78817ab | ||
|
|
45e2b9fcc8 | ||
|
|
6f355f655d | ||
|
|
d9e33377cb | ||
|
|
cd03cf506b | ||
|
|
aa7c79dcb6 | ||
|
|
3bf3e05b23 | ||
|
|
94553c0013 | ||
|
|
1add1f274a |
Binary file not shown.
BIN
ComputeLibrary-22.11.tar.gz
Normal file
BIN
ComputeLibrary-22.11.tar.gz
Normal file
Binary file not shown.
@ -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
|
# 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: 20.02.1
|
Version: 22.11
|
||||||
Release: 2
|
Release: 1.1
|
||||||
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,7 +51,6 @@ 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 \
|
||||||
@ -123,6 +122,9 @@ 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
|
||||||
|
|
||||||
|
|||||||
4
ComputeLibrary.yaml
Normal file
4
ComputeLibrary.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: ARM-software/ComputeLibrary
|
||||||
|
tag_prefix: ^v
|
||||||
|
separator: .
|
||||||
Loading…
x
Reference in New Issue
Block a user