This is an automated email from the ASF dual-hosted git repository.
felixybw 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 712e870385 [GLUTEN-10306] Put libgeos into thirdparty pacakge when in
dynamic compiling mode (#10307)
712e870385 is described below
commit 712e870385d5725b4b1f4aab109e8f2fb345066f
Author: xinghuayu007 <[email protected]>
AuthorDate: Fri Aug 1 07:14:55 2025 +0800
[GLUTEN-10306] Put libgeos into thirdparty pacakge when in dynamic
compiling mode (#10307)
fix the libgeos version in deploy
---
dev/build-thirdparty.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/build-thirdparty.sh b/dev/build-thirdparty.sh
index 1fb9ab51b3..59dc029ec3 100755
--- a/dev/build-thirdparty.sh
+++ b/dev/build-thirdparty.sh
@@ -48,7 +48,7 @@ function process_setup_centos_8 {
}
function process_setup_centos_7 {
- cp /usr/local/lib64/{libgflags.so.2.2,libglog.so.0} $THIRDPARTY_LIB/
+ cp /usr/local/lib64/{libgflags.so.2.2,libglog.so.0,libgeos.so.3.10.7}
$THIRDPARTY_LIB/
cp
/usr/lib64/{libdouble-conversion.so.1,libevent-2.0.so.5,libzstd.so.1,libntlm.so.0,libgsasl.so.7,liblz4.so.1}
$THIRDPARTY_LIB/
cp
/usr/local/lib/{libre2.so.10,libboost_context.so.1.84.0,libboost_filesystem.so.1.84.0,libboost_program_options.so.1.84.0,libboost_system.so.1.84.0,libboost_thread.so.1.84.0,libboost_regex.so.1.84.0,libboost_atomic.so.1.84.0,libprotobuf.so.32}
$THIRDPARTY_LIB/
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]