This is an automated email from the ASF dual-hosted git repository.
yuanzhou 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 6af4384bcb [VL] quick fix: set INSTALL_PREFIX to /usr/local and align
with Velox (#9861)
6af4384bcb is described below
commit 6af4384bcbc0755b7a98a350acf6f796562c083b
Author: BInwei Yang <[email protected]>
AuthorDate: Wed Jun 4 00:22:16 2025 -0700
[VL] quick fix: set INSTALL_PREFIX to /usr/local and align with Velox
(#9861)
Set INSTALL_PREFIX to /usr/local, align with VELOX
---
dev/builddeps-veloxbe.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/builddeps-veloxbe.sh b/dev/builddeps-veloxbe.sh
index 62393bffdc..62ed0b7ecb 100755
--- a/dev/builddeps-veloxbe.sh
+++ b/dev/builddeps-veloxbe.sh
@@ -47,7 +47,7 @@ VELOX_HOME=""
VELOX_PARAMETER=""
BUILD_ARROW=ON
SPARK_VERSION=ALL
-INSTALL_PREFIX=${INSTALL_PREFIX:-}
+INSTALL_PREFIX=${INSTALL_PREFIX:-"/usr/local"}
# set default number of threads as cpu cores minus 2
if [[ "$(uname)" == "Darwin" ]]; then
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]