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

yuanzhou 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 a7e7f6578 [VL] Use the default pip3.6 from the alinux3 in the build of 
velox (#5676)
a7e7f6578 is described below

commit a7e7f657866c39e163290413c2bceb3d1a04f019
Author: Kerwin Zhang <[email protected]>
AuthorDate: Fri May 10 12:07:33 2024 +0800

    [VL] Use the default pip3.6 from the alinux3 in the build of velox (#5676)
---
 ep/build-velox/src/get_velox.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index a3013dd49..859bb2cbc 100755
--- a/ep/build-velox/src/get_velox.sh
+++ b/ep/build-velox/src/get_velox.sh
@@ -205,6 +205,7 @@ function process_setup_alinux3 {
   sed -i 's|^export CC=/opt/rh/gcc-toolset-9/root/bin/gcc|# &|' 
scripts/setup-centos8.sh
   sed -i 's|^export CXX=/opt/rh/gcc-toolset-9/root/bin/g++|# &|' 
scripts/setup-centos8.sh
   sed -i 's/python39 python39-devel python39-pip //g' scripts/setup-centos8.sh
+  sed -i 's/pip3.9/pip3.6/g' scripts/setup-centos8.sh
   sed -i "s/\${CMAKE_INSTALL_LIBDIR}/lib64/" third_party/CMakeLists.txt
 }
 


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

Reply via email to