Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Mar 5, 2024
1 parent 7265a7a commit 2dd3927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup-centos7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ function install_boost {
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
./bootstrap.sh --prefix=/usr/local --with-python=/usr/bin/python3 --with-python-root=/usr/lib/python3.6 --without-libraries=python
./bootstrap.sh --prefix=/usr/local
$SUDO ./b2 "-j$(nproc)" -d0 install threading=multi
}

Expand Down

0 comments on commit 2dd3927

Please sign in to comment.