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 b8fa9dbe6 [VL] Replace "git clone" by downloading tar package for
boost in setup-ubuntu.sh (#5071)
b8fa9dbe6 is described below
commit b8fa9dbe6029b2fcb79ed3a1c49e1de1aec94e2b
Author: Joey <[email protected]>
AuthorDate: Thu Mar 21 21:29:06 2024 +0800
[VL] Replace "git clone" by downloading tar package for boost in
setup-ubuntu.sh (#5071)
---
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 f9f638574..c911f381b 100755
--- a/ep/build-velox/src/get_velox.sh
+++ b/ep/build-velox/src/get_velox.sh
@@ -92,9 +92,10 @@ function process_setup_ubuntu {
sed -i '/ccache /a\ libgsasl7-dev \\' scripts/setup-ubuntu.sh
sed -i '/ccache/a\ libuuid1 \\' scripts/setup-ubuntu.sh
sed -i '/ccache/a\ uuid-dev \\' scripts/setup-ubuntu.sh
+ sed -i '/ccache/a\ curl \\' 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
-
+ sed -i 's/github_checkout boostorg\/boost \"\${BOOST_VERSION}\"
--recursive/wget_and_untar
https:\/\/github.com\/boostorg\/boost\/releases\/download\/boost-1.84.0\/boost-1.84.0.tar.gz
boost \&\& cd boost/g' 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
sed -i '/^ run_and_time install_folly/a \ \ run_and_time
install_libhdfs3' scripts/setup-ubuntu.sh
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]