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 c60b5d90e [VL] Fix Alinux3 velox compilation exception (#5318)
c60b5d90e is described below
commit c60b5d90e0be23430672d732f9d574267b67c06e
Author: Kerwin Zhang <[email protected]>
AuthorDate: Tue Apr 9 09:58:32 2024 +0800
[VL] Fix Alinux3 velox compilation exception (#5318)
---
ep/build-velox/src/get_velox.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index 73b8be76c..7c72b21ca 100755
--- a/ep/build-velox/src/get_velox.sh
+++ b/ep/build-velox/src/get_velox.sh
@@ -202,6 +202,9 @@ function process_setup_alinux3 {
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/\${CMAKE_INSTALL_LIBDIR}/lib64/" third_party/CMakeLists.txt
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]