This is an automated email from the ASF dual-hosted git repository.

philo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new cbd74f576a [VL] Remove old lib boost from DEPENDENCY_DIR instead of 
the default dir (#9194)
cbd74f576a is described below

commit cbd74f576a9215ff0629fdc41b83fc3b9282e6ce
Author: Kent Yao <[email protected]>
AuthorDate: Tue Apr 1 23:22:47 2025 +0800

    [VL] Remove old lib boost from DEPENDENCY_DIR instead of the default dir 
(#9194)
---
 ep/build-velox/src/setup-centos7.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ep/build-velox/src/setup-centos7.sh 
b/ep/build-velox/src/setup-centos7.sh
index 9b495e773c..83044330d0 100755
--- a/ep/build-velox/src/setup-centos7.sh
+++ b/ep/build-velox/src/setup-centos7.sh
@@ -158,7 +158,7 @@ function install_lzo {
 function install_boost {
   # Remove old version.
   sudo rm -f /usr/local/lib/libboost_* /usr/lib64/libboost_* 
/opt/rh/devtoolset-11/root/usr/lib64/dyninst/libboost_*
-  sudo rm -rf /tmp/velox-deps/boost/ /usr/local/include/boost/ 
/usr/local/lib/cmake/Boost-1.72.0/
+  sudo rm -rf "${DEPENDENCY_DIR}"/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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to