@@ -14,19 +14,19 @@ if(BUILD_SHARED_LIBS)
1414 message (FATAL_ERROR "This file is for building static libraries. BUILD_SHARED_LIBS: ${BUILD_SHARED_LIBS } " )
1515endif ()
1616
17- set (onnxruntime_URL "https://github.com/csukuangfj/onnxruntime-libs/releases/download/v1.17.1 /onnxruntime-linux-arm-static_lib-1.17.1 .zip" )
18- set (onnxruntime_URL2 "https://hf-mirror.com/csukuangfj/onnxruntime-libs/resolve/main/onnxruntime-linux-arm-static_lib-1.17.1 .zip" )
19- set (onnxruntime_HASH "SHA256=3f2ba38156d2facfb732c0fe53bc1eaaf2791d9a91dd240380e3d53716798b09 " )
17+ set (onnxruntime_URL "https://github.com/csukuangfj/onnxruntime-libs/releases/download/v1.23.2 /onnxruntime-linux-arm-static_lib-1.23.2 .zip" )
18+ set (onnxruntime_URL2 "https://hf-mirror.com/csukuangfj/onnxruntime-libs/resolve/main/onnxruntime-linux-arm-static_lib-1.23.2 .zip" )
19+ set (onnxruntime_HASH "SHA256=334a51dbdc6812f91ee88356cedca14b097ed2907c80aa2b91670680e155ad9f " )
2020
2121# If you don't have access to the Internet,
2222# please download onnxruntime to one of the following locations.
2323# You can add more if you want.
2424set (possible_file_locations
25- $ENV{HOME} /Downloads/onnxruntime-linux -arm-static_lib-1.17.1 .zip
26- ${CMAKE_SOURCE_DIR } /onnxruntime-linux -arm-static_lib-1.17.1 .zip
27- ${CMAKE_BINARY_DIR } /onnxruntime-linux -arm-static_lib-1.17.1 .zip
28- /tmp/onnxruntime-linux -arm-static_lib-1.17.1 .zip
29- /star-fj/fangjun/download/github/onnxruntime-linux -arm-static_lib-1.17.1 .zip
25+ $ENV{HOME} /Downloads/onnxruntime-linux -arm-static_lib-1.23.2 .zip
26+ ${CMAKE_SOURCE_DIR } /onnxruntime-linux -arm-static_lib-1.23.2 .zip
27+ ${CMAKE_BINARY_DIR } /onnxruntime-linux -arm-static_lib-1.23.2 .zip
28+ /tmp/onnxruntime-linux -arm-static_lib-1.23.2 .zip
29+ /star-fj/fangjun/download/github/onnxruntime-linux -arm-static_lib-1.23.2 .zip
3030)
3131
3232foreach (f IN LISTS possible_file_locations)
0 commit comments