From 2dd3927532b6699c7875fe05c1209486e7467e73 Mon Sep 17 00:00:00 2001 From: PHILO-HE Date: Tue, 5 Mar 2024 20:26:00 +0800 Subject: [PATCH] Initial commit --- scripts/setup-centos7.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup-centos7.sh b/scripts/setup-centos7.sh index 38cf293f5a02d..13eb145a6b377 100755 --- a/scripts/setup-centos7.sh +++ b/scripts/setup-centos7.sh @@ -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 }