diff --git a/ComputeLibrary-22.11.tar.gz b/ComputeLibrary-23.08.tar.gz similarity index 60% rename from ComputeLibrary-22.11.tar.gz rename to ComputeLibrary-23.08.tar.gz index a616afa95e5445714a76390098449a1dad7510ab..6198c363eecb9efae7c180c4a2de4eb70f39a961 100644 Binary files a/ComputeLibrary-22.11.tar.gz and b/ComputeLibrary-23.08.tar.gz differ diff --git a/ComputeLibrary.spec b/ComputeLibrary.spec index e996e630b60d47b26acab056a49c304464579c3b..cbcdbb4f44921a09c290b53b144e27ba38ed8d0d 100644 --- a/ComputeLibrary.spec +++ b/ComputeLibrary.spec @@ -1,8 +1,8 @@ -%define so_ver 29 +%define so_ver 32 # Disable validation tests by default due to opencl needing to be set up %bcond_with computelibrary_tests Name: ComputeLibrary -Version: 22.11 +Version: 23.08 Release: 1.1 Summary: ARM Compute Library License: MIT @@ -86,7 +86,7 @@ cp -r data/* %{buildroot}%{_datadir}/ComputeLibrary/%{sampledir} install -Dm0755 scripts/* %{buildroot}%{_bindir} # Fix Python scripts interpreter for pyfile in `ls %{buildroot}%{_bindir}/*.py`; do - sed -i -e 's|#!%{_bindir}/env python|#!%{_bindir}/python|' $pyfile + sed -i -e 's|#!%{_bindir}/env python3|#!%{_bindir}/python3|' $pyfile done %post -n libarm_compute%{so_ver} -p /sbin/ldconfig @@ -122,6 +122,9 @@ LD_LIBRARY_PATH="build/" build/tests/arm_compute_validation %{_datadir}/ComputeLibrary/%{sampledir} %changelog +* Sat Dec 07 2023 kkz - 23.08-1.1 +- update version to 23.08 + * Fri Dec 23 2022 Dandan Xu - 22.11-1.1 - update version to 22.11