This is an automated email from the ASF dual-hosted git repository.
yangzy 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 a7e4435b1 [VL] Fix build script in Alinux3 (#5749)
a7e4435b1 is described below
commit a7e4435b152e318c2f529dd9f1e8c46082f3e214
Author: Yang Zhang <[email protected]>
AuthorDate: Wed May 15 14:12:38 2024 +0800
[VL] Fix build script in Alinux3 (#5749)
---
ep/build-velox/src/get_velox.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index 558de0288..d1e6054d8 100755
--- a/ep/build-velox/src/get_velox.sh
+++ b/ep/build-velox/src/get_velox.sh
@@ -199,13 +199,14 @@ function process_setup_centos7 {
function process_setup_alinux3 {
process_setup_centos8
sed -i "s/.*dnf_install epel-release/#&/" scripts/setup-centos8.sh
+ sed -i "s/.*run_and_time install_conda/#&/" scripts/setup-centos8.sh
sed -i "s/.*dnf config-manager --set-enabled powertools/#&/"
scripts/setup-centos8.sh
sed -i "s/gcc-toolset-9 //" scripts/setup-centos8.sh
sed -i "s/.*source \/opt\/rh\/gcc-toolset-9\/enable/#&/"
scripts/setup-centos8.sh
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/.*pip.* install/#&/" scripts/setup-centos8.sh
sed -i 's/ADDITIONAL_FLAGS=""/ADDITIONAL_FLAGS="-Wno-stringop-overflow"/g'
scripts/setup-helper-functions.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]