1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00

Merge pull request #28292 from intel-staging:ippicv/master_20250919

Update IPPICV binaries (20250919)
This commit is contained in:
Alexander Smorkalov
2026-01-21 09:01:19 +03:00
committed by GitHub
+5 -5
View File
@@ -2,7 +2,7 @@ function(download_ippicv root_var)
set(${root_var} "" PARENT_SCOPE) set(${root_var} "" PARENT_SCOPE)
# Commit SHA in the opencv_3rdparty repo # Commit SHA in the opencv_3rdparty repo
set(IPPICV_COMMIT "c934a2a15a6df020446ac3dfa07e3acf72b63a8f") set(IPPICV_COMMIT "e6154bd971073bc60f7141e5373108501b0310a9")
# Define actual ICV versions # Define actual ICV versions
if(APPLE) if(APPLE)
set(IPPICV_COMMIT "0cc4aa06bf2bef4b05d237c69a5a96b9cd0cb85a") set(IPPICV_COMMIT "0cc4aa06bf2bef4b05d237c69a5a96b9cd0cb85a")
@@ -14,8 +14,8 @@ function(download_ippicv root_var)
set(OPENCV_ICV_PLATFORM "linux") set(OPENCV_ICV_PLATFORM "linux")
set(OPENCV_ICV_PACKAGE_SUBDIR "ippicv_lnx") set(OPENCV_ICV_PACKAGE_SUBDIR "ippicv_lnx")
if(X86_64) if(X86_64)
set(OPENCV_ICV_NAME "ippicv_2022.2.0_lnx_intel64_20250730_general.tgz") set(OPENCV_ICV_NAME "ippicv_2022.3.0_lnx_intel64_20250919_general.tgz")
set(OPENCV_ICV_HASH "55d18247d8ef707f009b94f69d77b948") set(OPENCV_ICV_HASH "cbd5a1cc19de8a863b71d03f03245b10")
else() else()
if(ANDROID) if(ANDROID)
set(IPPICV_COMMIT "c7c6d527dde5fee7cb914ee9e4e20f7436aab3a1") set(IPPICV_COMMIT "c7c6d527dde5fee7cb914ee9e4e20f7436aab3a1")
@@ -31,8 +31,8 @@ function(download_ippicv root_var)
set(OPENCV_ICV_PLATFORM "windows") set(OPENCV_ICV_PLATFORM "windows")
set(OPENCV_ICV_PACKAGE_SUBDIR "ippicv_win") set(OPENCV_ICV_PACKAGE_SUBDIR "ippicv_win")
if(X86_64) if(X86_64)
set(OPENCV_ICV_NAME "ippicv_2022.2.0_win_intel64_20250730_general.zip") set(OPENCV_ICV_NAME "ippicv_2022.3.0_win_intel64_20250919_general.zip")
set(OPENCV_ICV_HASH "7c0973976ab0716bc33f03a76a50017f") set(OPENCV_ICV_HASH "27575d20636f76cb81dcf3898cfe6837")
else() else()
set(IPPICV_COMMIT "7f55c0c26be418d494615afca15218566775c725") set(IPPICV_COMMIT "7f55c0c26be418d494615afca15218566775c725")
set(OPENCV_ICV_NAME "ippicv_2021.12.0_win_ia32_20240425_general.zip") set(OPENCV_ICV_NAME "ippicv_2021.12.0_win_ia32_20240425_general.zip")