Skip to content

Commit

Permalink
Update boost link for build-full.sh (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
tequdev authored Jan 21, 2025
1 parent 621ca9c commit 4466175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-full.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ pwd &&
tar -xzf cmake-3.23.1-linux-x86_64.tar.gz -C /hbb/ &&
echo "-- Install Boost 1.86.0 --" &&
pwd &&
( wget -nc -q https://boostorg.jfrog.io/artifactory/main/release/1.86.0/source/boost_1_86_0.tar.gz; echo "" ) &&
( wget -nc -q https://archives.boost.io/release/1.86.0/source/boost_1_86_0.tar.gz; echo "" ) &&
tar -xzf boost_1_86_0.tar.gz &&
cd boost_1_86_0 && ./bootstrap.sh && ./b2 link=static -j$3 && ./b2 install &&
cd ../ &&
Expand Down

0 comments on commit 4466175

Please sign in to comment.