Skip to content

Commit

Permalink
boost prepareModule: switch from p7zip to 7zip binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Wickert authored and flo-at committed Sep 11, 2024
1 parent 3d13508 commit 8afaedf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ if [ ! -d "boost" ]; then
curl -kLSs https://boostorg.jfrog.io/artifactory/main/release/1.70.0/binaries/boost_1_70_0-unsupported-bin-msvc-all-32-64.7z -o boost-1.70.0.7z
fi

# We need to "sudo apt install p7zip-full"
# We need to "sudo apt install 7zip"
echo "2) Extracting boost binary package"
7z x boost-1.70.0.7z
7zz x boost-1.70.0.7z

echo "3) Renaming boost folder"
mv boost_1_70_0 boost
Expand Down

0 comments on commit 8afaedf

Please sign in to comment.