Skip to content

Commit

Permalink
Merge pull request #6835 from titan73/master
Browse files Browse the repository at this point in the history
etc: Get boost package from https://archives.boost.io as referenced by official site.
  • Loading branch information
vvbandeira authored Mar 12, 2025
2 parents c2eb432 + fd7ee71 commit c11ff68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions etc/DependencyInstaller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,7 @@ _installCommonDev() {
if [[ -z $(grep "BOOST_LIB_VERSION \"${boostVersionBig//./_}\"" ${boostPrefix}/include/boost/version.hpp 2> /dev/null) ]]; then
cd "${baseDir}"
boostVersionUnderscore=${boostVersionSmall//./_}
eval wget https://sourceforge.net/projects/boost/files/boost/${boostVersionSmall}/boost_${boostVersionUnderscore}.tar.gz
# eval wget https://boostorg.jfrog.io/artifactory/main/release/${boostVersionSmall}/source/boost_${boostVersionUnderscore}.tar.gz
eval wget https://archives.boost.io/release/${boostVersionSmall}/source/boost_${boostVersionUnderscore}.tar.gz
md5sum -c <(echo "${boostChecksum} boost_${boostVersionUnderscore}.tar.gz") || exit 1
tar -xf boost_${boostVersionUnderscore}.tar.gz
cd boost_${boostVersionUnderscore}
Expand Down

0 comments on commit c11ff68

Please sign in to comment.