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 1f906e6e9b [VL] minor fix of download link (#10408)
1f906e6e9b is described below
commit 1f906e6e9b594a3eb3b3e423efd2e20271aee672
Author: BInwei Yang <[email protected]>
AuthorDate: Mon Aug 11 12:56:15 2025 -0700
[VL] minor fix of download link (#10408)
original download link is broken
---
ep/build-velox/src/setup-rhel.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ep/build-velox/src/setup-rhel.sh b/ep/build-velox/src/setup-rhel.sh
index 9be59d4609..aa2d798fb8 100755
--- a/ep/build-velox/src/setup-rhel.sh
+++ b/ep/build-velox/src/setup-rhel.sh
@@ -190,7 +190,7 @@ function install_duckdb {
}
function install_stemmer {
- wget_and_untar
https://github.com/snowballstem/snowball/archive/refs/tags/v${STEMMER_VERSION}.tar.gz
stemmer
+ wget_and_untar
https://snowballstem.org/dist/libstemmer_c-${STEMMER_VERSION}.tar.gz stemmer
(
cd ${DEPENDENCY_DIR}/stemmer
sed -i '/CPPFLAGS=-Iinclude/ s/$/ -fPIC/' Makefile
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]