From 406bf462e36989208ec50782eaa479c5162b986f Mon Sep 17 00:00:00 2001 From: Tom Plant Date: Mon, 20 Jan 2025 21:52:51 +1100 Subject: [PATCH] chore: update Boost artifact URL to archives.boost.io Signed-off-by: Tom Plant --- INSTALL.md | 2 +- scripts/build_prereqs.bash | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index bd223998..1525cda5 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -127,7 +127,7 @@ You can build Boost using these commands: ``` $ mkdir boost $ cd boost -$ wget https://boostorg.jfrog.io/artifactory/main/release/1.64.0/source/boost_1_64_0.tar.bz2 +$ wget https://archives.boost.io/release/1.64.0/source/boost_1_64_0.tar.bz2 $ tar -xjvf boost_1_64_0.tar.bz2 $ cd boost_1_64_0 $ ./bootstrap.sh --prefix=/usr/local diff --git a/scripts/build_prereqs.bash b/scripts/build_prereqs.bash index 05aeddac..02f87c1c 100755 --- a/scripts/build_prereqs.bash +++ b/scripts/build_prereqs.bash @@ -13,8 +13,7 @@ then test -d boost && sudo rm -rf boost mkdir boost cd boost - wget https://versaweb.dl.sourceforge.net/project/boost/boost/1.64.0/boost_1_64_0.tar.bz2 - #wget https://boostorg.jfrog.io/artifactory/main/release/1.64.0/source/boost_1_64_0.tar.bz2 + wget https://archives.boost.io/release/1.64.0/source/boost_1_64_0.tar.bz2 tar -xjf boost_1_64_0.tar.bz2 cd boost_1_64_0 ./bootstrap.sh --prefix=$PREFIX --with-libraries=system,serialization,chrono,timer,iostreams,thread,date_time,random,regex,program_options,filesystem,wave