mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
fix boost download url (#7843)
This commit is contained in:
parent
331f20428c
commit
afca89dce6
2 changed files with 9 additions and 9 deletions
|
|
@ -171,7 +171,7 @@
|
|||
"Other": {
|
||||
"Name": "Boost",
|
||||
"Version": "1.69.0",
|
||||
"DownloadUrl": "http://dl.bintray.com/boostorg/release/1.69.0/source/boost_1_69_0.tar.bz2"
|
||||
"DownloadUrl": "https://boostorg.jfrog.io/artifactory/main/release/1.69.0/source/boost_1_69_0.tar.bz2"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -462,14 +462,14 @@
|
|||
},
|
||||
{
|
||||
"component": {
|
||||
"type": "git",
|
||||
"git": {
|
||||
"commitHash": "e1e11e0d555c08bec08a6c7773aa777dfcaae9da",
|
||||
"repositoryUrl": "https://github.com/dmlc/dlpack.git"
|
||||
},
|
||||
"comments": "dlpack"
|
||||
"type": "git",
|
||||
"git": {
|
||||
"commitHash": "e1e11e0d555c08bec08a6c7773aa777dfcaae9da",
|
||||
"repositoryUrl": "https://github.com/dmlc/dlpack.git"
|
||||
},
|
||||
"comments": "dlpack"
|
||||
}
|
||||
}
|
||||
],
|
||||
"Version": 1
|
||||
}
|
||||
}
|
||||
|
|
@ -70,7 +70,7 @@ macro(DOWNLOAD_BOOST)
|
|||
include(ExternalProject)
|
||||
ExternalProject_Add(
|
||||
Boost
|
||||
URL http://dl.bintray.com/boostorg/release/${BOOST_REQUESTED_VERSION}/source/boost_${BOOST_REQUESTED_VERSION_UNDERSCORE}.tar.bz2
|
||||
URL https://boostorg.jfrog.io/artifactory/main/release/${BOOST_REQUESTED_VERSION}/source/boost_${BOOST_REQUESTED_VERSION_UNDERSCORE}.tar.bz2
|
||||
URL_HASH SHA256=${BOOST_SHA1}
|
||||
DOWNLOAD_DIR ${BOOST_ROOT_DIR}
|
||||
SOURCE_DIR ${BOOST_ROOT_DIR}
|
||||
|
|
|
|||
Loading…
Reference in a new issue