Skip to content

Commit

Permalink
Fix boost build
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE authored and glutenperfbot committed Mar 6, 2024
1 parent 3c395a4 commit 275a8a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/setup-centos7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@ function install_lzo {
}

function install_boost {
# Remove old version.
sudo rm -f /usr/local/lib/libboost_* /usr/lib64/libboost_* /opt/rh/devtoolset-9/root/usr/lib64/dyninst/libboost_*
sudo rm -r /tmp/velox-deps/boost/ /usr/local/include/boost/ /usr/local/lib/cmake/Boost-1.72.0/
cd "${DEPENDENCY_DIR}"
wget_and_untar https://github.com/boostorg/boost/releases/download/boost-1.84.0/boost-1.84.0.tar.gz boost
cd boost
Expand Down

0 comments on commit 275a8a3

Please sign in to comment.