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 dcd177a42 [VL] Remove a fix for installing boost from get_velox.sh
(#4986)
dcd177a42 is described below
commit dcd177a423f8648c9df6c53053a6446863990b90
Author: PHILO-HE <[email protected]>
AuthorDate: Mon Mar 18 13:25:52 2024 +0800
[VL] Remove a fix for installing boost from get_velox.sh (#4986)
---
ep/build-velox/src/get_velox.sh | 4 ----
1 file changed, 4 deletions(-)
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index f1c70fd4c..1e85c186c 100755
--- a/ep/build-velox/src/get_velox.sh
+++ b/ep/build-velox/src/get_velox.sh
@@ -94,8 +94,6 @@ function process_setup_ubuntu {
sed -i '/ccache/a\ uuid-dev \\' scripts/setup-ubuntu.sh
sed -i '/libre2-dev/d' scripts/setup-ubuntu.sh
sed -i '/libgmock-dev/d' scripts/setup-ubuntu.sh # resolved by
ep/build-velox/build/velox_ep/CMake/resolve_dependency_modules/gtest.cmake
- # To allow installing boost into /usr/local.
- sed -i 's/.\/b2 "-j$(nproc)" -d0 install threading=multi/sudo .\/b2
"-j$(nproc)" -d0 install threading=multi/' scripts/setup-ubuntu.sh
if [ $ENABLE_HDFS == "ON" ]; then
sed -i '/^function install_folly.*/i function install_libhdfs3 {\n
github_checkout oap-project/libhdfs3 master \n cmake_install\n}\n'
scripts/setup-ubuntu.sh
@@ -135,8 +133,6 @@ function process_setup_centos8 {
sed -i '/^dnf_install autoconf/a\dnf_install libxml2-devel libgsasl-devel
libuuid-devel' scripts/setup-centos8.sh
sed -i '/^function install_gflags.*/i function install_openssl {\n
wget_and_untar
https://github.com/openssl/openssl/archive/refs/tags/OpenSSL_1_1_1s.tar.gz
openssl \n cd openssl \n ./config no-shared && make depend && make && sudo make
install \n cd ..\n}\n' scripts/setup-centos8.sh
sed -i '/^ run_and_time install_fbthrift/a \ run_and_time install_openssl'
scripts/setup-centos8.sh
- # To allow installing boost into /usr/local.
- sed -i 's/.\/b2 "-j$(nproc)" -d0 install threading=multi/sudo .\/b2
"-j$(nproc)" -d0 install threading=multi/' scripts/setup-centos8.sh
if [ $ENABLE_HDFS == "ON" ]; then
sed -i '/^function install_gflags.*/i function install_libhdfs3 {\n cd
"\${DEPENDENCY_DIR}"\n github_checkout oap-project/libhdfs3 master\n cd ..\n
cmake_install libhdfs3\n}\n' scripts/setup-centos8.sh
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]