Fangjun Kuang
Committed by GitHub

Fix cmake variables to point to the project root directory. (#545)

@@ -9,8 +9,8 @@ function(download_asio) @@ -9,8 +9,8 @@ function(download_asio)
9 # please pre-download asio 9 # please pre-download asio
10 set(possible_file_locations 10 set(possible_file_locations
11 $ENV{HOME}/Downloads/asio-asio-1-24-0.tar.gz 11 $ENV{HOME}/Downloads/asio-asio-1-24-0.tar.gz
12 - ${PROJECT_SOURCE_DIR}/asio-asio-1-24-0.tar.gz  
13 - ${PROJECT_BINARY_DIR}/asio-asio-1-24-0.tar.gz 12 + ${CMAKE_SOURCE_DIR}/asio-asio-1-24-0.tar.gz
  13 + ${CMAKE_BINARY_DIR}/asio-asio-1-24-0.tar.gz
14 /tmp/asio-asio-1-24-0.tar.gz 14 /tmp/asio-asio-1-24-0.tar.gz
15 /star-fj/fangjun/download/github/asio-asio-1-24-0.tar.gz 15 /star-fj/fangjun/download/github/asio-asio-1-24-0.tar.gz
16 ) 16 )
@@ -9,8 +9,8 @@ function(download_cargs) @@ -9,8 +9,8 @@ function(download_cargs)
9 # please pre-download cargs 9 # please pre-download cargs
10 set(possible_file_locations 10 set(possible_file_locations
11 $ENV{HOME}/Downloads/cargs-1.0.3.tar.gz 11 $ENV{HOME}/Downloads/cargs-1.0.3.tar.gz
12 - ${PROJECT_SOURCE_DIR}/cargs-1.0.3.tar.gz  
13 - ${PROJECT_BINARY_DIR}/cargs-1.0.3.tar.gz 12 + ${CMAKE_SOURCE_DIR}/cargs-1.0.3.tar.gz
  13 + ${CMAKE_BINARY_DIR}/cargs-1.0.3.tar.gz
14 /tmp/cargs-1.0.3.tar.gz 14 /tmp/cargs-1.0.3.tar.gz
15 /star-fj/fangjun/download/github/cargs-1.0.3.tar.gz 15 /star-fj/fangjun/download/github/cargs-1.0.3.tar.gz
16 ) 16 )
@@ -9,8 +9,8 @@ function(download_eigen) @@ -9,8 +9,8 @@ function(download_eigen)
9 # please pre-download eigen 9 # please pre-download eigen
10 set(possible_file_locations 10 set(possible_file_locations
11 $ENV{HOME}/Downloads/eigen-3.4.0.tar.gz 11 $ENV{HOME}/Downloads/eigen-3.4.0.tar.gz
12 - ${PROJECT_SOURCE_DIR}/eigen-3.4.0.tar.gz  
13 - ${PROJECT_BINARY_DIR}/eigen-3.4.0.tar.gz 12 + ${CMAKE_SOURCE_DIR}/eigen-3.4.0.tar.gz
  13 + ${CMAKE_BINARY_DIR}/eigen-3.4.0.tar.gz
14 /tmp/eigen-3.4.0.tar.gz 14 /tmp/eigen-3.4.0.tar.gz
15 /star-fj/fangjun/download/github/eigen-3.4.0.tar.gz 15 /star-fj/fangjun/download/github/eigen-3.4.0.tar.gz
16 ) 16 )
@@ -19,8 +19,8 @@ function(download_espeak_ng_for_piper) @@ -19,8 +19,8 @@ function(download_espeak_ng_for_piper)
19 # please pre-download kaldi-decoder 19 # please pre-download kaldi-decoder
20 set(possible_file_locations 20 set(possible_file_locations
21 $ENV{HOME}/Downloads/espeak-ng-c58d2a4a88e9a291ca448f046e15c6188cbd3b3a.zip 21 $ENV{HOME}/Downloads/espeak-ng-c58d2a4a88e9a291ca448f046e15c6188cbd3b3a.zip
22 - ${PROJECT_SOURCE_DIR}/espeak-ng-c58d2a4a88e9a291ca448f046e15c6188cbd3b3a.zip  
23 - ${PROJECT_BINARY_DIR}/espeak-ng-c58d2a4a88e9a291ca448f046e15c6188cbd3b3a.zip 22 + ${CMAKE_SOURCE_DIR}/espeak-ng-c58d2a4a88e9a291ca448f046e15c6188cbd3b3a.zip
  23 + ${CMAKE_BINARY_DIR}/espeak-ng-c58d2a4a88e9a291ca448f046e15c6188cbd3b3a.zip
24 /tmp/espeak-ng-c58d2a4a88e9a291ca448f046e15c6188cbd3b3a.zip 24 /tmp/espeak-ng-c58d2a4a88e9a291ca448f046e15c6188cbd3b3a.zip
25 /star-fj/fangjun/download/github/espeak-ng-c58d2a4a88e9a291ca448f046e15c6188cbd3b3a.zip 25 /star-fj/fangjun/download/github/espeak-ng-c58d2a4a88e9a291ca448f046e15c6188cbd3b3a.zip
26 ) 26 )
@@ -9,8 +9,8 @@ function(download_googltest) @@ -9,8 +9,8 @@ function(download_googltest)
9 # please pre-download googletest 9 # please pre-download googletest
10 set(possible_file_locations 10 set(possible_file_locations
11 $ENV{HOME}/Downloads/googletest-1.13.0.tar.gz 11 $ENV{HOME}/Downloads/googletest-1.13.0.tar.gz
12 - ${PROJECT_SOURCE_DIR}/googletest-1.13.0.tar.gz  
13 - ${PROJECT_BINARY_DIR}/googletest-1.13.0.tar.gz 12 + ${CMAKE_SOURCE_DIR}/googletest-1.13.0.tar.gz
  13 + ${CMAKE_BINARY_DIR}/googletest-1.13.0.tar.gz
14 /tmp/googletest-1.13.0.tar.gz 14 /tmp/googletest-1.13.0.tar.gz
15 /star-fj/fangjun/download/github/googletest-1.13.0.tar.gz 15 /star-fj/fangjun/download/github/googletest-1.13.0.tar.gz
16 ) 16 )
@@ -13,8 +13,8 @@ function(download_kaldi_decoder) @@ -13,8 +13,8 @@ function(download_kaldi_decoder)
13 # please pre-download kaldi-decoder 13 # please pre-download kaldi-decoder
14 set(possible_file_locations 14 set(possible_file_locations
15 $ENV{HOME}/Downloads/kaldi-decoder-0.2.3.tar.gz 15 $ENV{HOME}/Downloads/kaldi-decoder-0.2.3.tar.gz
16 - ${PROJECT_SOURCE_DIR}/kaldi-decoder-0.2.3.tar.gz  
17 - ${PROJECT_BINARY_DIR}/kaldi-decoder-0.2.3.tar.gz 16 + ${CMAKE_SOURCE_DIR}/kaldi-decoder-0.2.3.tar.gz
  17 + ${CMAKE_BINARY_DIR}/kaldi-decoder-0.2.3.tar.gz
18 /tmp/kaldi-decoder-0.2.3.tar.gz 18 /tmp/kaldi-decoder-0.2.3.tar.gz
19 /star-fj/fangjun/download/github/kaldi-decoder-0.2.3.tar.gz 19 /star-fj/fangjun/download/github/kaldi-decoder-0.2.3.tar.gz
20 ) 20 )
@@ -13,8 +13,8 @@ function(download_kaldi_native_fbank) @@ -13,8 +13,8 @@ function(download_kaldi_native_fbank)
13 # please pre-download kaldi-native-fbank 13 # please pre-download kaldi-native-fbank
14 set(possible_file_locations 14 set(possible_file_locations
15 $ENV{HOME}/Downloads/kaldi-native-fbank-1.18.6.tar.gz 15 $ENV{HOME}/Downloads/kaldi-native-fbank-1.18.6.tar.gz
16 - ${PROJECT_SOURCE_DIR}/kaldi-native-fbank-1.18.6.tar.gz  
17 - ${PROJECT_BINARY_DIR}/kaldi-native-fbank-1.18.6.tar.gz 16 + ${CMAKE_SOURCE_DIR}/kaldi-native-fbank-1.18.6.tar.gz
  17 + ${CMAKE_BINARY_DIR}/kaldi-native-fbank-1.18.6.tar.gz
18 /tmp/kaldi-native-fbank-1.18.6.tar.gz 18 /tmp/kaldi-native-fbank-1.18.6.tar.gz
19 /star-fj/fangjun/download/github/kaldi-native-fbank-1.18.6.tar.gz 19 /star-fj/fangjun/download/github/kaldi-native-fbank-1.18.6.tar.gz
20 ) 20 )
@@ -9,8 +9,8 @@ function(download_kaldifst) @@ -9,8 +9,8 @@ function(download_kaldifst)
9 # please pre-download kaldifst 9 # please pre-download kaldifst
10 set(possible_file_locations 10 set(possible_file_locations
11 $ENV{HOME}/Downloads/kaldifst-1.7.9.tar.gz 11 $ENV{HOME}/Downloads/kaldifst-1.7.9.tar.gz
12 - ${PROJECT_SOURCE_DIR}/kaldifst-1.7.9.tar.gz  
13 - ${PROJECT_BINARY_DIR}/kaldifst-1.7.9.tar.gz 12 + ${CMAKE_SOURCE_DIR}/kaldifst-1.7.9.tar.gz
  13 + ${CMAKE_BINARY_DIR}/kaldifst-1.7.9.tar.gz
14 /tmp/kaldifst-1.7.9.tar.gz 14 /tmp/kaldifst-1.7.9.tar.gz
15 /star-fj/fangjun/download/github/kaldifst-1.7.9.tar.gz 15 /star-fj/fangjun/download/github/kaldifst-1.7.9.tar.gz
16 ) 16 )
@@ -23,8 +23,8 @@ set(onnxruntime_HASH "SHA256=c46dbb2799605684193d8f3c1a4377c3478950ccdb7cc7bf49b @@ -23,8 +23,8 @@ set(onnxruntime_HASH "SHA256=c46dbb2799605684193d8f3c1a4377c3478950ccdb7cc7bf49b
23 # You can add more if you want. 23 # You can add more if you want.
24 set(possible_file_locations 24 set(possible_file_locations
25 $ENV{HOME}/Downloads/onnxruntime-linux-aarch64-static_lib-1.16.3.zip 25 $ENV{HOME}/Downloads/onnxruntime-linux-aarch64-static_lib-1.16.3.zip
26 - ${PROJECT_SOURCE_DIR}/onnxruntime-linux-aarch64-static_lib-1.16.3.zip  
27 - ${PROJECT_BINARY_DIR}/onnxruntime-linux-aarch64-static_lib-1.16.3.zip 26 + ${CMAKE_SOURCE_DIR}/onnxruntime-linux-aarch64-static_lib-1.16.3.zip
  27 + ${CMAKE_BINARY_DIR}/onnxruntime-linux-aarch64-static_lib-1.16.3.zip
28 /tmp/onnxruntime-linux-aarch64-static_lib-1.16.3.zip 28 /tmp/onnxruntime-linux-aarch64-static_lib-1.16.3.zip
29 /star-fj/fangjun/download/github/onnxruntime-linux-aarch64-static_lib-1.16.3.zip 29 /star-fj/fangjun/download/github/onnxruntime-linux-aarch64-static_lib-1.16.3.zip
30 ) 30 )
@@ -23,8 +23,8 @@ set(onnxruntime_HASH "SHA256=784dbef93b40196aa668d29d78294a81c0d21361d36530b817b @@ -23,8 +23,8 @@ set(onnxruntime_HASH "SHA256=784dbef93b40196aa668d29d78294a81c0d21361d36530b817b
23 # You can add more if you want. 23 # You can add more if you want.
24 set(possible_file_locations 24 set(possible_file_locations
25 $ENV{HOME}/Downloads/onnxruntime-linux-aarch64-1.16.3.tgz 25 $ENV{HOME}/Downloads/onnxruntime-linux-aarch64-1.16.3.tgz
26 - ${PROJECT_SOURCE_DIR}/onnxruntime-linux-aarch64-1.16.3.tgz  
27 - ${PROJECT_BINARY_DIR}/onnxruntime-linux-aarch64-1.16.3.tgz 26 + ${CMAKE_SOURCE_DIR}/onnxruntime-linux-aarch64-1.16.3.tgz
  27 + ${CMAKE_BINARY_DIR}/onnxruntime-linux-aarch64-1.16.3.tgz
28 /tmp/onnxruntime-linux-aarch64-1.16.3.tgz 28 /tmp/onnxruntime-linux-aarch64-1.16.3.tgz
29 /star-fj/fangjun/download/github/onnxruntime-linux-aarch64-1.16.3.tgz 29 /star-fj/fangjun/download/github/onnxruntime-linux-aarch64-1.16.3.tgz
30 ) 30 )
@@ -23,8 +23,8 @@ set(onnxruntime_HASH "SHA256=f5808e40f89c151b1b11bb01041d8b011850af5038758875863 @@ -23,8 +23,8 @@ set(onnxruntime_HASH "SHA256=f5808e40f89c151b1b11bb01041d8b011850af5038758875863
23 # You can add more if you want. 23 # You can add more if you want.
24 set(possible_file_locations 24 set(possible_file_locations
25 $ENV{HOME}/Downloads/onnxruntime-linux-arm-static_lib-1.16.3.zip 25 $ENV{HOME}/Downloads/onnxruntime-linux-arm-static_lib-1.16.3.zip
26 - ${PROJECT_SOURCE_DIR}/onnxruntime-linux-arm-static_lib-1.16.3.zip  
27 - ${PROJECT_BINARY_DIR}/onnxruntime-linux-arm-static_lib-1.16.3.zip 26 + ${CMAKE_SOURCE_DIR}/onnxruntime-linux-arm-static_lib-1.16.3.zip
  27 + ${CMAKE_BINARY_DIR}/onnxruntime-linux-arm-static_lib-1.16.3.zip
28 /tmp/onnxruntime-linux-arm-static_lib-1.16.3.zip 28 /tmp/onnxruntime-linux-arm-static_lib-1.16.3.zip
29 /star-fj/fangjun/download/github/onnxruntime-linux-arm-static_lib-1.16.3.zip 29 /star-fj/fangjun/download/github/onnxruntime-linux-arm-static_lib-1.16.3.zip
30 ) 30 )
@@ -23,8 +23,8 @@ set(onnxruntime_HASH "SHA256=2fa5a10f3f5c188dd42f69306b010bc112cf35c1634a3893535 @@ -23,8 +23,8 @@ set(onnxruntime_HASH "SHA256=2fa5a10f3f5c188dd42f69306b010bc112cf35c1634a3893535
23 # You can add more if you want. 23 # You can add more if you want.
24 set(possible_file_locations 24 set(possible_file_locations
25 $ENV{HOME}/Downloads/onnxruntime-linux-arm-1.16.3.zip 25 $ENV{HOME}/Downloads/onnxruntime-linux-arm-1.16.3.zip
26 - ${PROJECT_SOURCE_DIR}/onnxruntime-linux-arm-1.16.3.zip  
27 - ${PROJECT_BINARY_DIR}/onnxruntime-linux-arm-1.16.3.zip 26 + ${CMAKE_SOURCE_DIR}/onnxruntime-linux-arm-1.16.3.zip
  27 + ${CMAKE_BINARY_DIR}/onnxruntime-linux-arm-1.16.3.zip
28 /tmp/onnxruntime-linux-arm-1.16.3.zip 28 /tmp/onnxruntime-linux-arm-1.16.3.zip
29 /star-fj/fangjun/download/github/onnxruntime-linux-arm-1.16.3.zip 29 /star-fj/fangjun/download/github/onnxruntime-linux-arm-1.16.3.zip
30 ) 30 )
@@ -27,8 +27,8 @@ set(onnxruntime_HASH "SHA256=bbdc33367c056029b3ac0c042cbca2236b8f59a3a53b4daf234 @@ -27,8 +27,8 @@ set(onnxruntime_HASH "SHA256=bbdc33367c056029b3ac0c042cbca2236b8f59a3a53b4daf234
27 # You can add more if you want. 27 # You can add more if you want.
28 set(possible_file_locations 28 set(possible_file_locations
29 $ENV{HOME}/Downloads/onnxruntime-linux-x64-gpu-1.16.3.tgz 29 $ENV{HOME}/Downloads/onnxruntime-linux-x64-gpu-1.16.3.tgz
30 - ${PROJECT_SOURCE_DIR}/onnxruntime-linux-x64-gpu-1.16.3.tgz  
31 - ${PROJECT_BINARY_DIR}/onnxruntime-linux-x64-gpu-1.16.3.tgz 30 + ${CMAKE_SOURCE_DIR}/onnxruntime-linux-x64-gpu-1.16.3.tgz
  31 + ${CMAKE_BINARY_DIR}/onnxruntime-linux-x64-gpu-1.16.3.tgz
32 /tmp/onnxruntime-linux-x64-gpu-1.16.3.tgz 32 /tmp/onnxruntime-linux-x64-gpu-1.16.3.tgz
33 /star-fj/fangjun/download/github/onnxruntime-linux-x64-gpu-1.16.3.tgz 33 /star-fj/fangjun/download/github/onnxruntime-linux-x64-gpu-1.16.3.tgz
34 ) 34 )
@@ -23,8 +23,8 @@ set(onnxruntime_HASH "SHA256=ebf0f4f34d1720d8df7e0be0bc2553bcb1469c44121acb43c9d @@ -23,8 +23,8 @@ set(onnxruntime_HASH "SHA256=ebf0f4f34d1720d8df7e0be0bc2553bcb1469c44121acb43c9d
23 # You can add more if you want. 23 # You can add more if you want.
24 set(possible_file_locations 24 set(possible_file_locations
25 $ENV{HOME}/Downloads/onnxruntime-linux-x64-static_lib-1.16.3.zip 25 $ENV{HOME}/Downloads/onnxruntime-linux-x64-static_lib-1.16.3.zip
26 - ${PROJECT_SOURCE_DIR}/onnxruntime-linux-x64-static_lib-1.16.3.zip  
27 - ${PROJECT_BINARY_DIR}/onnxruntime-linux-x64-static_lib-1.16.3.zip 26 + ${CMAKE_SOURCE_DIR}/onnxruntime-linux-x64-static_lib-1.16.3.zip
  27 + ${CMAKE_BINARY_DIR}/onnxruntime-linux-x64-static_lib-1.16.3.zip
28 /tmp/onnxruntime-linux-x64-static_lib-1.16.3.zip 28 /tmp/onnxruntime-linux-x64-static_lib-1.16.3.zip
29 /star-fj/fangjun/download/github/onnxruntime-linux-x64-static_lib-1.16.3.zip 29 /star-fj/fangjun/download/github/onnxruntime-linux-x64-static_lib-1.16.3.zip
30 ) 30 )
@@ -23,8 +23,8 @@ set(onnxruntime_HASH "SHA256=b072f989d6315ac0e22dcb4771b083c5156d974a3496ac3504c @@ -23,8 +23,8 @@ set(onnxruntime_HASH "SHA256=b072f989d6315ac0e22dcb4771b083c5156d974a3496ac3504c
23 # You can add more if you want. 23 # You can add more if you want.
24 set(possible_file_locations 24 set(possible_file_locations
25 $ENV{HOME}/Downloads/onnxruntime-linux-x64-1.16.3.tgz 25 $ENV{HOME}/Downloads/onnxruntime-linux-x64-1.16.3.tgz
26 - ${PROJECT_SOURCE_DIR}/onnxruntime-linux-x64-1.16.3.tgz  
27 - ${PROJECT_BINARY_DIR}/onnxruntime-linux-x64-1.16.3.tgz 26 + ${CMAKE_SOURCE_DIR}/onnxruntime-linux-x64-1.16.3.tgz
  27 + ${CMAKE_BINARY_DIR}/onnxruntime-linux-x64-1.16.3.tgz
28 /tmp/onnxruntime-linux-x64-1.16.3.tgz 28 /tmp/onnxruntime-linux-x64-1.16.3.tgz
29 /star-fj/fangjun/download/github/onnxruntime-linux-x64-1.16.3.tgz 29 /star-fj/fangjun/download/github/onnxruntime-linux-x64-1.16.3.tgz
30 ) 30 )
@@ -21,8 +21,8 @@ set(onnxruntime_HASH "SHA256=0481532b262dac3d09845bf11dc8b93c493359947edc449e066 @@ -21,8 +21,8 @@ set(onnxruntime_HASH "SHA256=0481532b262dac3d09845bf11dc8b93c493359947edc449e066
21 # You can add more if you want. 21 # You can add more if you want.
22 set(possible_file_locations 22 set(possible_file_locations
23 $ENV{HOME}/Downloads/onnxruntime-osx-arm64-static_lib-1.16.3.zip 23 $ENV{HOME}/Downloads/onnxruntime-osx-arm64-static_lib-1.16.3.zip
24 - ${PROJECT_SOURCE_DIR}/onnxruntime-osx-arm64-static_lib-1.16.3.zip  
25 - ${PROJECT_BINARY_DIR}/onnxruntime-osx-arm64-static_lib-1.16.3.zip 24 + ${CMAKE_SOURCE_DIR}/onnxruntime-osx-arm64-static_lib-1.16.3.zip
  25 + ${CMAKE_BINARY_DIR}/onnxruntime-osx-arm64-static_lib-1.16.3.zip
26 /tmp/onnxruntime-osx-arm64-static_lib-1.16.3.zip 26 /tmp/onnxruntime-osx-arm64-static_lib-1.16.3.zip
27 ) 27 )
28 28
@@ -21,8 +21,8 @@ set(onnxruntime_HASH "SHA256=30f3acaa17c51ccd7ae1f6c3d7ac3154031abb9f91a0eb834ae @@ -21,8 +21,8 @@ set(onnxruntime_HASH "SHA256=30f3acaa17c51ccd7ae1f6c3d7ac3154031abb9f91a0eb834ae
21 # You can add more if you want. 21 # You can add more if you want.
22 set(possible_file_locations 22 set(possible_file_locations
23 $ENV{HOME}/Downloads/onnxruntime-osx-arm64-1.16.3.tgz 23 $ENV{HOME}/Downloads/onnxruntime-osx-arm64-1.16.3.tgz
24 - ${PROJECT_SOURCE_DIR}/onnxruntime-osx-arm64-1.16.3.tgz  
25 - ${PROJECT_BINARY_DIR}/onnxruntime-osx-arm64-1.16.3.tgz 24 + ${CMAKE_SOURCE_DIR}/onnxruntime-osx-arm64-1.16.3.tgz
  25 + ${CMAKE_BINARY_DIR}/onnxruntime-osx-arm64-1.16.3.tgz
26 /tmp/onnxruntime-osx-arm64-1.16.3.tgz 26 /tmp/onnxruntime-osx-arm64-1.16.3.tgz
27 ) 27 )
28 28
@@ -22,8 +22,8 @@ set(onnxruntime_HASH "SHA256=19e39beefbb6d103c1d4c5a2d64bfbd6dd4c21f37d6545170ce @@ -22,8 +22,8 @@ set(onnxruntime_HASH "SHA256=19e39beefbb6d103c1d4c5a2d64bfbd6dd4c21f37d6545170ce
22 # You can add more if you want. 22 # You can add more if you want.
23 set(possible_file_locations 23 set(possible_file_locations
24 $ENV{HOME}/Downloads/onnxruntime-osx-universal2-static_lib-1.16.3.zip 24 $ENV{HOME}/Downloads/onnxruntime-osx-universal2-static_lib-1.16.3.zip
25 - ${PROJECT_SOURCE_DIR}/onnxruntime-osx-universal2-static_lib-1.16.3.zip  
26 - ${PROJECT_BINARY_DIR}/onnxruntime-osx-universal2-static_lib-1.16.3.zip 25 + ${CMAKE_SOURCE_DIR}/onnxruntime-osx-universal2-static_lib-1.16.3.zip
  26 + ${CMAKE_BINARY_DIR}/onnxruntime-osx-universal2-static_lib-1.16.3.zip
27 /tmp/onnxruntime-osx-universal2-static_lib-1.16.3.zip 27 /tmp/onnxruntime-osx-universal2-static_lib-1.16.3.zip
28 ) 28 )
29 29
@@ -22,8 +22,8 @@ set(onnxruntime_HASH "SHA256=6428d0f0ff1386e8e8256a708e187c1f8861387c9554bfc9c5f @@ -22,8 +22,8 @@ set(onnxruntime_HASH "SHA256=6428d0f0ff1386e8e8256a708e187c1f8861387c9554bfc9c5f
22 # You can add more if you want. 22 # You can add more if you want.
23 set(possible_file_locations 23 set(possible_file_locations
24 $ENV{HOME}/Downloads/onnxruntime-osx-universal2-1.16.3.tgz 24 $ENV{HOME}/Downloads/onnxruntime-osx-universal2-1.16.3.tgz
25 - ${PROJECT_SOURCE_DIR}/onnxruntime-osx-universal2-1.16.3.tgz  
26 - ${PROJECT_BINARY_DIR}/onnxruntime-osx-universal2-1.16.3.tgz 25 + ${CMAKE_SOURCE_DIR}/onnxruntime-osx-universal2-1.16.3.tgz
  26 + ${CMAKE_BINARY_DIR}/onnxruntime-osx-universal2-1.16.3.tgz
27 /tmp/onnxruntime-osx-universal2-1.16.3.tgz 27 /tmp/onnxruntime-osx-universal2-1.16.3.tgz
28 ) 28 )
29 29
@@ -21,8 +21,8 @@ set(onnxruntime_HASH "SHA256=c1444c34b8798aa5033e9247727262a2f2ae26a2dd6de076554 @@ -21,8 +21,8 @@ set(onnxruntime_HASH "SHA256=c1444c34b8798aa5033e9247727262a2f2ae26a2dd6de076554
21 # You can add more if you want. 21 # You can add more if you want.
22 set(possible_file_locations 22 set(possible_file_locations
23 $ENV{HOME}/Downloads/onnxruntime-osx-x86_64-static_lib-1.16.3.zip 23 $ENV{HOME}/Downloads/onnxruntime-osx-x86_64-static_lib-1.16.3.zip
24 - ${PROJECT_SOURCE_DIR}/onnxruntime-osx-x86_64-static_lib-1.16.3.zip  
25 - ${PROJECT_BINARY_DIR}/onnxruntime-osx-x86_64-static_lib-1.16.3.zip 24 + ${CMAKE_SOURCE_DIR}/onnxruntime-osx-x86_64-static_lib-1.16.3.zip
  25 + ${CMAKE_BINARY_DIR}/onnxruntime-osx-x86_64-static_lib-1.16.3.zip
26 /tmp/onnxruntime-osx-x86_64-static_lib-1.16.3.zip 26 /tmp/onnxruntime-osx-x86_64-static_lib-1.16.3.zip
27 ) 27 )
28 28
@@ -21,8 +21,8 @@ set(onnxruntime_HASH "SHA256=a395923ed91192e46bf50aec48d728dbf193dbd547ad50a231b @@ -21,8 +21,8 @@ set(onnxruntime_HASH "SHA256=a395923ed91192e46bf50aec48d728dbf193dbd547ad50a231b
21 # You can add more if you want. 21 # You can add more if you want.
22 set(possible_file_locations 22 set(possible_file_locations
23 $ENV{HOME}/Downloads/onnxruntime-osx-x86_64-1.16.3.tgz 23 $ENV{HOME}/Downloads/onnxruntime-osx-x86_64-1.16.3.tgz
24 - ${PROJECT_SOURCE_DIR}/onnxruntime-osx-x86_64-1.16.3.tgz  
25 - ${PROJECT_BINARY_DIR}/onnxruntime-osx-x86_64-1.16.3.tgz 24 + ${CMAKE_SOURCE_DIR}/onnxruntime-osx-x86_64-1.16.3.tgz
  25 + ${CMAKE_BINARY_DIR}/onnxruntime-osx-x86_64-1.16.3.tgz
26 /tmp/onnxruntime-osx-x86_64-1.16.3.tgz 26 /tmp/onnxruntime-osx-x86_64-1.16.3.tgz
27 ) 27 )
28 28
@@ -28,8 +28,8 @@ set(onnxruntime_HASH "SHA256=4facf5abd081accb64da0b4caa267d98e536427111f3246a3dd @@ -28,8 +28,8 @@ set(onnxruntime_HASH "SHA256=4facf5abd081accb64da0b4caa267d98e536427111f3246a3dd
28 # You can add more if you want. 28 # You can add more if you want.
29 set(possible_file_locations 29 set(possible_file_locations
30 $ENV{HOME}/Downloads/onnxruntime-win-x64-gpu-1.16.3.zip 30 $ENV{HOME}/Downloads/onnxruntime-win-x64-gpu-1.16.3.zip
31 - ${PROJECT_SOURCE_DIR}/onnxruntime-win-x64-gpu-1.16.3.zip  
32 - ${PROJECT_BINARY_DIR}/onnxruntime-win-x64-gpu-1.16.3.zip 31 + ${CMAKE_SOURCE_DIR}/onnxruntime-win-x64-gpu-1.16.3.zip
  32 + ${CMAKE_BINARY_DIR}/onnxruntime-win-x64-gpu-1.16.3.zip
33 /tmp/onnxruntime-win-x64-gpu-1.16.3.zip 33 /tmp/onnxruntime-win-x64-gpu-1.16.3.zip
34 ) 34 )
35 35
@@ -24,8 +24,8 @@ set(onnxruntime_HASH "SHA256=5d49f4cd576c8a850dd61bf673315c9e6ec111b09ceb8193404 @@ -24,8 +24,8 @@ set(onnxruntime_HASH "SHA256=5d49f4cd576c8a850dd61bf673315c9e6ec111b09ceb8193404
24 # You can add more if you want. 24 # You can add more if you want.
25 set(possible_file_locations 25 set(possible_file_locations
26 $ENV{HOME}/Downloads/onnxruntime-win-x64-static_lib-1.16.3.tar.bz2 26 $ENV{HOME}/Downloads/onnxruntime-win-x64-static_lib-1.16.3.tar.bz2
27 - ${PROJECT_SOURCE_DIR}/onnxruntime-win-x64-static_lib-1.16.3.tar.bz2  
28 - ${PROJECT_BINARY_DIR}/onnxruntime-win-x64-static_lib-1.16.3.tar.bz2 27 + ${CMAKE_SOURCE_DIR}/onnxruntime-win-x64-static_lib-1.16.3.tar.bz2
  28 + ${CMAKE_BINARY_DIR}/onnxruntime-win-x64-static_lib-1.16.3.tar.bz2
29 /tmp/onnxruntime-win-x64-static_lib-1.16.3.tar.bz2 29 /tmp/onnxruntime-win-x64-static_lib-1.16.3.tar.bz2
30 ) 30 )
31 31
@@ -24,8 +24,8 @@ set(onnxruntime_HASH "SHA256=5eb01f69bb2d9fa2893c88310bb5c1eb8d79e8c460810817eef @@ -24,8 +24,8 @@ set(onnxruntime_HASH "SHA256=5eb01f69bb2d9fa2893c88310bb5c1eb8d79e8c460810817eef
24 # You can add more if you want. 24 # You can add more if you want.
25 set(possible_file_locations 25 set(possible_file_locations
26 $ENV{HOME}/Downloads/onnxruntime-win-x64-1.16.3.zip 26 $ENV{HOME}/Downloads/onnxruntime-win-x64-1.16.3.zip
27 - ${PROJECT_SOURCE_DIR}/onnxruntime-win-x64-1.16.3.zip  
28 - ${PROJECT_BINARY_DIR}/onnxruntime-win-x64-1.16.3.zip 27 + ${CMAKE_SOURCE_DIR}/onnxruntime-win-x64-1.16.3.zip
  28 + ${CMAKE_BINARY_DIR}/onnxruntime-win-x64-1.16.3.zip
29 /tmp/onnxruntime-win-x64-1.16.3.zip 29 /tmp/onnxruntime-win-x64-1.16.3.zip
30 ) 30 )
31 31
@@ -24,8 +24,8 @@ set(onnxruntime_HASH "SHA256=b291d25be9b6214d1ed058635a1fcaf5bb49b996c3d77b1a60b @@ -24,8 +24,8 @@ set(onnxruntime_HASH "SHA256=b291d25be9b6214d1ed058635a1fcaf5bb49b996c3d77b1a60b
24 # You can add more if you want. 24 # You can add more if you want.
25 set(possible_file_locations 25 set(possible_file_locations
26 $ENV{HOME}/Downloads/onnxruntime-win-x86-static_lib-1.16.3.tar.bz2 26 $ENV{HOME}/Downloads/onnxruntime-win-x86-static_lib-1.16.3.tar.bz2
27 - ${PROJECT_SOURCE_DIR}/onnxruntime-win-x86-static_lib-1.16.3.tar.bz2  
28 - ${PROJECT_BINARY_DIR}/onnxruntime-win-x86-static_lib-1.16.3.tar.bz2 27 + ${CMAKE_SOURCE_DIR}/onnxruntime-win-x86-static_lib-1.16.3.tar.bz2
  28 + ${CMAKE_BINARY_DIR}/onnxruntime-win-x86-static_lib-1.16.3.tar.bz2
29 /tmp/onnxruntime-win-x86-static_lib-1.16.3.tar.bz2 29 /tmp/onnxruntime-win-x86-static_lib-1.16.3.tar.bz2
30 ) 30 )
31 31
@@ -24,8 +24,8 @@ set(onnxruntime_HASH "SHA256=9731c6d43588b34fd9b74c704cbc2864ff4384820d7a7f17706 @@ -24,8 +24,8 @@ set(onnxruntime_HASH "SHA256=9731c6d43588b34fd9b74c704cbc2864ff4384820d7a7f17706
24 # You can add more if you want. 24 # You can add more if you want.
25 set(possible_file_locations 25 set(possible_file_locations
26 $ENV{HOME}/Downloads/onnxruntime-win-x86-1.16.3.zip 26 $ENV{HOME}/Downloads/onnxruntime-win-x86-1.16.3.zip
27 - ${PROJECT_SOURCE_DIR}/onnxruntime-win-x86-1.16.3.zip  
28 - ${PROJECT_BINARY_DIR}/onnxruntime-win-x86-1.16.3.zip 27 + ${CMAKE_SOURCE_DIR}/onnxruntime-win-x86-1.16.3.zip
  28 + ${CMAKE_BINARY_DIR}/onnxruntime-win-x86-1.16.3.zip
29 /tmp/onnxruntime-win-x86-1.16.3.zip 29 /tmp/onnxruntime-win-x86-1.16.3.zip
30 ) 30 )
31 31
@@ -9,8 +9,8 @@ function(download_piper_phonemize) @@ -9,8 +9,8 @@ function(download_piper_phonemize)
9 # please pre-download kaldi-decoder 9 # please pre-download kaldi-decoder
10 set(possible_file_locations 10 set(possible_file_locations
11 $ENV{HOME}/Downloads/piper-phonemize-6383e46b62e94c5cafc0c6a6212249ed8b9ed8d0.zip 11 $ENV{HOME}/Downloads/piper-phonemize-6383e46b62e94c5cafc0c6a6212249ed8b9ed8d0.zip
12 - ${PROJECT_SOURCE_DIR}/piper-phonemize-6383e46b62e94c5cafc0c6a6212249ed8b9ed8d0.zip  
13 - ${PROJECT_BINARY_DIR}/piper-phonemize-6383e46b62e94c5cafc0c6a6212249ed8b9ed8d0.zip 12 + ${CMAKE_SOURCE_DIR}/piper-phonemize-6383e46b62e94c5cafc0c6a6212249ed8b9ed8d0.zip
  13 + ${CMAKE_BINARY_DIR}/piper-phonemize-6383e46b62e94c5cafc0c6a6212249ed8b9ed8d0.zip
14 /tmp/piper-phonemize-6383e46b62e94c5cafc0c6a6212249ed8b9ed8d0.zip 14 /tmp/piper-phonemize-6383e46b62e94c5cafc0c6a6212249ed8b9ed8d0.zip
15 /star-fj/fangjun/download/github/piper-phonemize-6383e46b62e94c5cafc0c6a6212249ed8b9ed8d0.zip 15 /star-fj/fangjun/download/github/piper-phonemize-6383e46b62e94c5cafc0c6a6212249ed8b9ed8d0.zip
16 ) 16 )
@@ -10,8 +10,8 @@ function(download_portaudio) @@ -10,8 +10,8 @@ function(download_portaudio)
10 set(possible_file_locations 10 set(possible_file_locations
11 $ENV{HOME}/Downloads/pa_stable_v190700_20210406.tgz 11 $ENV{HOME}/Downloads/pa_stable_v190700_20210406.tgz
12 $ENV{HOME}/asr/pa_stable_v190700_20210406.tgz 12 $ENV{HOME}/asr/pa_stable_v190700_20210406.tgz
13 - ${PROJECT_SOURCE_DIR}/pa_stable_v190700_20210406.tgz  
14 - ${PROJECT_BINARY_DIR}/pa_stable_v190700_20210406.tgz 13 + ${CMAKE_SOURCE_DIR}/pa_stable_v190700_20210406.tgz
  14 + ${CMAKE_BINARY_DIR}/pa_stable_v190700_20210406.tgz
15 /tmp/pa_stable_v190700_20210406.tgz 15 /tmp/pa_stable_v190700_20210406.tgz
16 /star-fj/fangjun/download/github/pa_stable_v190700_20210406.tgz 16 /star-fj/fangjun/download/github/pa_stable_v190700_20210406.tgz
17 ) 17 )
@@ -9,8 +9,8 @@ function(download_pybind11) @@ -9,8 +9,8 @@ function(download_pybind11)
9 # please pre-download pybind11 9 # please pre-download pybind11
10 set(possible_file_locations 10 set(possible_file_locations
11 $ENV{HOME}/Downloads/pybind11-2.10.2.tar.gz 11 $ENV{HOME}/Downloads/pybind11-2.10.2.tar.gz
12 - ${PROJECT_SOURCE_DIR}/pybind11-2.10.2.tar.gz  
13 - ${PROJECT_BINARY_DIR}/pybind11-2.10.2.tar.gz 12 + ${CMAKE_SOURCE_DIR}/pybind11-2.10.2.tar.gz
  13 + ${CMAKE_BINARY_DIR}/pybind11-2.10.2.tar.gz
14 /tmp/pybind11-2.10.2.tar.gz 14 /tmp/pybind11-2.10.2.tar.gz
15 /star-fj/fangjun/download/github/pybind11-2.10.2.tar.gz 15 /star-fj/fangjun/download/github/pybind11-2.10.2.tar.gz
16 ) 16 )
@@ -10,8 +10,8 @@ function(download_websocketpp) @@ -10,8 +10,8 @@ function(download_websocketpp)
10 # please pre-download websocketpp 10 # please pre-download websocketpp
11 set(possible_file_locations 11 set(possible_file_locations
12 $ENV{HOME}/Downloads/websocketpp-b9aeec6eaf3d5610503439b4fae3581d9aff08e8.zip 12 $ENV{HOME}/Downloads/websocketpp-b9aeec6eaf3d5610503439b4fae3581d9aff08e8.zip
13 - ${PROJECT_SOURCE_DIR}/websocketpp-b9aeec6eaf3d5610503439b4fae3581d9aff08e8.zip  
14 - ${PROJECT_BINARY_DIR}/websocketpp-b9aeec6eaf3d5610503439b4fae3581d9aff08e8.zip 13 + ${CMAKE_SOURCE_DIR}/websocketpp-b9aeec6eaf3d5610503439b4fae3581d9aff08e8.zip
  14 + ${CMAKE_BINARY_DIR}/websocketpp-b9aeec6eaf3d5610503439b4fae3581d9aff08e8.zip
15 /tmp/websocketpp-b9aeec6eaf3d5610503439b4fae3581d9aff08e8.zip 15 /tmp/websocketpp-b9aeec6eaf3d5610503439b4fae3581d9aff08e8.zip
16 /star-fj/fangjun/download/github/websocketpp-b9aeec6eaf3d5610503439b4fae3581d9aff08e8.zip 16 /star-fj/fangjun/download/github/websocketpp-b9aeec6eaf3d5610503439b4fae3581d9aff08e8.zip
17 ) 17 )