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 59c91ab50f [VL] Set velox home in build_gluten_cpp (#7184)
59c91ab50f is described below

commit 59c91ab50f01e82d1d58c40e02a39b7837012c9a
Author: Rex(Hui) An <[email protected]>
AuthorDate: Wed Sep 11 09:09:54 2024 +0800

    [VL] Set velox home in build_gluten_cpp (#7184)
---
 dev/builddeps-veloxbe.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/builddeps-veloxbe.sh b/dev/builddeps-veloxbe.sh
index 82c9cfc8d6..7f1ce41a11 100755
--- a/dev/builddeps-veloxbe.sh
+++ b/dev/builddeps-veloxbe.sh
@@ -207,6 +207,7 @@ function build_gluten_cpp {
   mkdir build
   cd build
   cmake -DBUILD_VELOX_BACKEND=ON -DCMAKE_BUILD_TYPE=$BUILD_TYPE \
+        -DVELOX_HOME=${VELOX_HOME} \
         -DBUILD_TESTS=$BUILD_TESTS -DBUILD_EXAMPLES=$BUILD_EXAMPLES 
-DBUILD_BENCHMARKS=$BUILD_BENCHMARKS -DBUILD_JEMALLOC=$BUILD_JEMALLOC \
         -DENABLE_HBM=$ENABLE_HBM -DENABLE_QAT=$ENABLE_QAT 
-DENABLE_IAA=$ENABLE_IAA -DBUILD_PROTOBUF=$BUILD_PROTOBUF 
-DENABLE_GCS=$ENABLE_GCS \
         -DENABLE_S3=$ENABLE_S3 -DENABLE_HDFS=$ENABLE_HDFS 
-DENABLE_ABFS=$ENABLE_ABFS ..


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

Reply via email to