Skip to content

Commit

Permalink
ACL version changed to 21.05 (#61)
Browse files Browse the repository at this point in the history
Changed ACL version from 21.02 to 21.05

*ACL stands for "Compute Library for the Arm® Architecture"
  • Loading branch information
d-smirnov authored Jun 9, 2021
1 parent c1f3bd6 commit f30288d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/install/centos_install_arm_compute_library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e
set -x

compute_lib_version="v21.02"
compute_lib_version="v21.05"
compute_lib_base_url="https://github.com/ARM-software/ComputeLibrary/releases/download/${compute_lib_version}"
compute_lib_file_name="arm_compute-${compute_lib_version}-bin-linux.tar.gz"
compute_lib_download_url="${compute_lib_base_url}/${compute_lib_file_name}"
Expand All @@ -25,7 +25,7 @@ trap cleanup 0
cd "$tmpdir"

curl -sL "${compute_lib_download_url}" -o "${compute_lib_file_name}"
tar xzf "${compute_lib_file_name}"
tar xzf "${compute_lib_file_name}"

mkdir -p "${install_path}"
cp -r "${extract_dir}/include" "${install_path}/"
Expand Down

0 comments on commit f30288d

Please sign in to comment.