Skip to content

Commit

Permalink
[VL] Set velox home in build_gluten_cpp (apache#7184)
Browse files Browse the repository at this point in the history
  • Loading branch information
boneanxs authored and shamirchen committed Oct 14, 2024
1 parent 7de4b49 commit 18a3f50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/builddeps-veloxbe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..
Expand Down

0 comments on commit 18a3f50

Please sign in to comment.