diff --git a/ComputeLibrary-20.02.1.tar.gz b/ComputeLibrary-20.02.1.tar.gz deleted file mode 100644 index d4b6768f006791496c76854a526a8da267447459..0000000000000000000000000000000000000000 Binary files a/ComputeLibrary-20.02.1.tar.gz and /dev/null differ diff --git a/ComputeLibrary-22.11.tar.gz b/ComputeLibrary-22.11.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a616afa95e5445714a76390098449a1dad7510ab Binary files /dev/null and b/ComputeLibrary-22.11.tar.gz differ diff --git a/ComputeLibrary.spec b/ComputeLibrary.spec index 5d92313f5bac04f4662d3112d757a94f442a14f4..e996e630b60d47b26acab056a49c304464579c3b 100644 --- a/ComputeLibrary.spec +++ b/ComputeLibrary.spec @@ -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 - 22.11-1.1 +- update version to 22.11 + * Mon Jun 22 2020 Senlin Xia - 20.02.1-2 - fix build errors