diff --git a/build_update.sh b/build_update.sh index 50d70ee..1dac222 100755 --- a/build_update.sh +++ b/build_update.sh @@ -3,9 +3,9 @@ IPPICV_DATE=${1:?IPPICV date is not passed via argument} files=($(shopt -s nullglob;shopt -s dotglob;echo downloads/ippicv*)) -if [[ ${#files[@]} != 4 ]]; then +if [[ ${#files[@]} != 2 ]]; then echo "ERROR: Please put IPPICV files (for Windows/Mac/Linux platforms) into the downloads directory first." - echo " Found ${#files[@]} files (expected 4)" + echo " Found ${#files[@]} files (expected 2)" exit 1 fi diff --git a/ippicv/ippicv_2022.0.0_lnx_intel64_20240904_general.tgz b/ippicv/ippicv_2022.0.0_lnx_intel64_20240904_general.tgz new file mode 100755 index 0000000..a4ff75c Binary files /dev/null and b/ippicv/ippicv_2022.0.0_lnx_intel64_20240904_general.tgz differ diff --git a/ippicv/ippicv_2022.0.0_win_intel64_20240904_general.zip b/ippicv/ippicv_2022.0.0_win_intel64_20240904_general.zip new file mode 100755 index 0000000..6c6d4c6 Binary files /dev/null and b/ippicv/ippicv_2022.0.0_win_intel64_20240904_general.zip differ