|
33 | 33 | set(ARROW_SOURCE_URL |
34 | 34 | "https://www.apache.org/dyn/closer.lua?action=download&filename=/arrow/arrow-${ICEBERG_ARROW_BUILD_VERSION}/apache-arrow-${ICEBERG_ARROW_BUILD_VERSION}.tar.gz" |
35 | 35 | "https://downloads.apache.org/arrow/arrow-${ICEBERG_ARROW_BUILD_VERSION}/apache-arrow-${ICEBERG_ARROW_BUILD_VERSION}.tar.gz" |
36 | | - "https://mirrors.tuna.tsinghua.edu.cn/apache/arrow/arrow-${ICEBERG_ARROW_BUILD_VERSION}/apache-arrow-${ICEBERG_ARROW_BUILD_VERSION}.tar.gz" |
37 | | - "https://mirrors.ustc.edu.cn/apache/arrow/arrow-${ICEBERG_ARROW_BUILD_VERSION}/apache-arrow-${ICEBERG_ARROW_BUILD_VERSION}.tar.gz" |
38 | 36 | ) |
39 | 37 | endif() |
40 | 38 |
|
@@ -253,9 +251,6 @@ function(resolve_nanoarrow_dependency) |
253 | 251 | else() |
254 | 252 | set(NANOARROW_URL |
255 | 253 | "https://dlcdn.apache.org/arrow/apache-arrow-nanoarrow-0.7.0/apache-arrow-nanoarrow-0.7.0.tar.gz" |
256 | | - "https://downloads.apache.org/arrow/apache-arrow-nanoarrow-0.7.0/apache-arrow-nanoarrow-0.7.0.tar.gz" |
257 | | - "https://mirrors.tuna.tsinghua.edu.cn/apache/arrow/apache-arrow-nanoarrow-0.7.0/apache-arrow-nanoarrow-0.7.0.tar.gz" |
258 | | - "https://mirrors.ustc.edu.cn/apache/arrow/apache-arrow-nanoarrow-0.7.0/apache-arrow-nanoarrow-0.7.0.tar.gz" |
259 | 254 | ) |
260 | 255 | endif() |
261 | 256 |
|
@@ -312,9 +307,7 @@ function(resolve_croaring_dependency) |
312 | 307 | set(CROARING_URL "$ENV{ICEBERG_CROARING_URL}") |
313 | 308 | else() |
314 | 309 | set(CROARING_URL |
315 | | - "https://github.com/RoaringBitmap/CRoaring/archive/refs/tags/v4.3.11.tar.gz" |
316 | | - "https://gitee.com/mirrors/CRoaring/repository/archive/v4.3.11.tar.gz" |
317 | | - "https://hub.fastgit.xyz/RoaringBitmap/CRoaring/archive/refs/tags/v4.3.11.tar.gz") |
| 310 | + "https://github.com/RoaringBitmap/CRoaring/archive/refs/tags/v4.3.11.tar.gz") |
318 | 311 | endif() |
319 | 312 |
|
320 | 313 | fetchcontent_declare(croaring |
@@ -369,9 +362,7 @@ function(resolve_nlohmann_json_dependency) |
369 | 362 | set(NLOHMANN_JSON_URL "$ENV{ICEBERG_NLOHMANN_JSON_URL}") |
370 | 363 | else() |
371 | 364 | set(NLOHMANN_JSON_URL |
372 | | - "https://github.com/nlohmann/json/releases/download/v3.11.3/json.tar.xz" |
373 | | - "https://gitee.com/mirrors/JSON-for-Modern-CPP/releases/download/v3.11.3/json.tar.xz" |
374 | | - "https://hub.fastgit.xyz/nlohmann/json/releases/download/v3.11.3/json.tar.xz") |
| 365 | + "https://github.com/nlohmann/json/releases/download/v3.11.3/json.tar.xz") |
375 | 366 | endif() |
376 | 367 |
|
377 | 368 | fetchcontent_declare(nlohmann_json |
@@ -437,10 +428,7 @@ function(resolve_spdlog_dependency) |
437 | 428 | if(DEFINED ENV{ICEBERG_SPDLOG_URL}) |
438 | 429 | set(SPDLOG_URL "$ENV{ICEBERG_SPDLOG_URL}") |
439 | 430 | else() |
440 | | - set(SPDLOG_URL |
441 | | - "https://github.com/gabime/spdlog/archive/refs/tags/v1.15.3.tar.gz" |
442 | | - "https://gitee.com/mirrors/spdlog/repository/archive/v1.15.3.tar.gz" |
443 | | - "https://hub.fastgit.xyz/gabime/spdlog/archive/refs/tags/v1.15.3.tar.gz") |
| 431 | + set(SPDLOG_URL "https://github.com/gabime/spdlog/archive/refs/tags/v1.15.3.tar.gz") |
444 | 432 | endif() |
445 | 433 |
|
446 | 434 | fetchcontent_declare(spdlog |
@@ -508,10 +496,7 @@ function(resolve_cpr_dependency) |
508 | 496 | if(DEFINED ENV{ICEBERG_CPR_URL}) |
509 | 497 | set(CPR_URL "$ENV{ICEBERG_CPR_URL}") |
510 | 498 | else() |
511 | | - set(CPR_URL |
512 | | - "https://github.com/libcpr/cpr/archive/refs/tags/1.12.0.tar.gz" |
513 | | - "https://gitee.com/mirrors/cpr/repository/archive/1.12.0.tar.gz" |
514 | | - "https://hub.fastgit.xyz/libcpr/cpr/archive/refs/tags/1.12.0.tar.gz") |
| 499 | + set(CPR_URL "https://github.com/libcpr/cpr/archive/refs/tags/1.12.0.tar.gz") |
515 | 500 | endif() |
516 | 501 |
|
517 | 502 | fetchcontent_declare(cpr |
|
0 commit comments