@@ -14,19 +14,19 @@ if(NOT BUILD_SHARED_LIBS)
14
14
message (FATAL_ERROR "This file is for building shared libraries. BUILD_SHARED_LIBS: ${BUILD_SHARED_LIBS} " )
15
15
endif ()
16
16
17
- set (onnxruntime_URL "https://github.com/csukuangfj/onnxruntime-libs/releases/download/v1.18 .1/onnxruntime-linux-aarch64-glibc2_17-Release-1.18.1 .zip" )
18
- set (onnxruntime_URL2 "https://hub.nuaa.cf/csukuangfj/onnxruntime-libs/releases/download/v1.18 .1/onnxruntime-linux-aarch64-glibc2_17-Release-1.18.1 .zip" )
19
- set (onnxruntime_HASH "SHA256=6db9962de2e0e451b95db071cf8a2aaa4176bf380d13ba1a91abd57fbc458e2f " )
17
+ set (onnxruntime_URL "https://github.com/csukuangfj/onnxruntime-libs/releases/download/v1.17 .1/onnxruntime-linux-aarch64-glibc2_17-Release-1.17.1-patched .zip" )
18
+ set (onnxruntime_URL2 "https://hub.nuaa.cf/csukuangfj/onnxruntime-libs/releases/download/v1.17 .1/onnxruntime-linux-aarch64-glibc2_17-Release-1.17.1-patched .zip" )
19
+ set (onnxruntime_HASH "SHA256=6e0e68985f8dd1f643e5a4dbe7cd54c9e176a0cc62249c6bee0699b87fc6d4fb " )
20
20
21
21
# If you don't have access to the Internet,
22
22
# please download onnxruntime to one of the following locations.
23
23
# You can add more if you want.
24
24
set (possible_file_locations
25
- $ENV{HOME} /Downloads/onnxruntime-linux-aarch64-glibc2_17-Release-1.18.1 .zip
26
- ${CMAKE_SOURCE_DIR} /onnxruntime-linux-aarch64-glibc2_17-Release-1.18.1 .zip
27
- ${CMAKE_BINARY_DIR} /onnxruntime-linux-aarch64-glibc2_17-Release-1.18.1 .zip
28
- /tmp/onnxruntime-linux-aarch64-glibc2_17-Release-1.18.1 .zip
29
- /star-fj/fangjun/download/github/onnxruntime-linux-aarch64-glibc2_17-Release-1.18.1 .zip
25
+ $ENV{HOME} /Downloads/onnxruntime-linux-aarch64-glibc2_17-Release-1.17.1-patched .zip
26
+ ${CMAKE_SOURCE_DIR} /onnxruntime-linux-aarch64-glibc2_17-Release-1.17.1-patched .zip
27
+ ${CMAKE_BINARY_DIR} /onnxruntime-linux-aarch64-glibc2_17-Release-1.17.1-patched .zip
28
+ /tmp/onnxruntime-linux-aarch64-glibc2_17-Release-1.17.1-patched .zip
29
+ /star-fj/fangjun/download/github/onnxruntime-linux-aarch64-glibc2_17-Release-1.17.1-patched .zip
30
30
)
31
31
32
32
foreach (f IN LISTS possible_file_locations)
0 commit comments