Skip to content

Commit

Permalink
fix boost download url (#7843)
Browse files Browse the repository at this point in the history
  • Loading branch information
guoyu-wang authored May 26, 2021
1 parent 331f204 commit afca89d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions cgmanifests/cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
},
Expand Down Expand Up @@ -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
}
}
2 changes: 1 addition & 1 deletion server/get_boost.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit afca89d

Please sign in to comment.