Update hash for the fastcv libs for Linux

This commit is contained in:
Aakash Preetam 2025-06-05 00:37:00 +05:30
parent 9e18169959
commit b79b4426dd

View File

@ -1,7 +1,7 @@
function(download_fastcv root_dir)
# Commit SHA in the opencv_3rdparty repo
set(FASTCV_COMMIT "abe340d0fb7f19fa9315080e3c8616642e98a296")
set(FASTCV_COMMIT "8b2f8b77a3557b413e3b25cff4fae6f12b48094b")
# Define actual FastCV versions
if(ANDROID)
@ -16,8 +16,8 @@ function(download_fastcv root_dir)
endif()
elseif(UNIX AND NOT APPLE AND NOT IOS AND NOT XROS)
if(AARCH64)
set(FCV_PACKAGE_NAME "fastcv_linux_aarch64_2025_04_29.tgz")
set(FCV_PACKAGE_HASH "e2ce60e25c8e4113a7af2bd243118f4c")
set(FCV_PACKAGE_NAME "fastcv_linux_aarch64_2025_05_29.tgz")
set(FCV_PACKAGE_HASH "decd490524f786e103125b8b948151f3")
else()
message("FastCV: fastcv lib for 32-bit Linux is not supported for now!")
endif()