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 4697297e5 [VL] Remove linking jemalloc_extension lib belonging to 
DuckDB build (#5537)
4697297e5 is described below

commit 4697297e584f4b6cf794818ffe51f09a17c38608
Author: PHILO-HE <[email protected]>
AuthorDate: Thu Apr 25 22:43:47 2024 +0800

    [VL] Remove linking jemalloc_extension lib belonging to DuckDB build (#5537)
    
    Co-authored-by: wankun <[email protected]>
---
 cpp/velox/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cpp/velox/CMakeLists.txt b/cpp/velox/CMakeLists.txt
index 3b865209a..f20275c56 100644
--- a/cpp/velox/CMakeLists.txt
+++ b/cpp/velox/CMakeLists.txt
@@ -97,7 +97,6 @@ macro(add_duckdb)
     message(STATUS "Use duckdb provided by Velox.")
     set(VELOX_BUILD_DUCKDB_PATH "${VELOX_BUILD_PATH}/_deps/duckdb-build")
     add_velox_dependency(duckdb::static 
"${VELOX_BUILD_DUCKDB_PATH}/src/libduckdb_static.a")
-    add_velox_dependency(duckdb::jemalloc 
"${VELOX_BUILD_DUCKDB_PATH}/extension/jemalloc/libjemalloc_extension.a")
     add_velox_dependency(duckdb::fmt 
"${VELOX_BUILD_DUCKDB_PATH}/third_party/fmt/libduckdb_fmt.a")
     add_velox_dependency(duckdb::query 
"${VELOX_BUILD_DUCKDB_PATH}/third_party/libpg_query/libduckdb_pg_query.a")
     add_velox_dependency(duckdb::re2 
"${VELOX_BUILD_DUCKDB_PATH}/third_party/re2/libduckdb_re2.a")


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

Reply via email to