This is an automated email from the ASF dual-hosted git repository.
chengchengjin 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 81952841c [VL] Remove lz4 change in modify_velox.patch (#6824)
81952841c is described below
commit 81952841c6bbeaacf4dada522216da547c9ee8b7
Author: Jin Chengcheng <[email protected]>
AuthorDate: Wed Aug 14 14:55:09 2024 +0800
[VL] Remove lz4 change in modify_velox.patch (#6824)
---
ep/build-velox/src/modify_velox.patch | 37 -----------------------------------
1 file changed, 37 deletions(-)
diff --git a/ep/build-velox/src/modify_velox.patch
b/ep/build-velox/src/modify_velox.patch
index fa2926c61..a218fa704 100644
--- a/ep/build-velox/src/modify_velox.patch
+++ b/ep/build-velox/src/modify_velox.patch
@@ -1,40 +1,3 @@
-diff --git a/CMake/Findlz4.cmake b/CMake/Findlz4.cmake
-index d49115f12..1aaa8e532 100644
---- a/CMake/Findlz4.cmake
-+++ b/CMake/Findlz4.cmake
-@@ -21,18 +21,19 @@ find_package_handle_standard_args(lz4 DEFAULT_MSG
LZ4_LIBRARY LZ4_INCLUDE_DIR)
-
- mark_as_advanced(LZ4_LIBRARY LZ4_INCLUDE_DIR)
-
--get_filename_component(liblz4_ext ${LZ4_LIBRARY} EXT)
--if(liblz4_ext STREQUAL ".a")
-- set(liblz4_type STATIC)
--else()
-- set(liblz4_type SHARED)
--endif()
--
- if(NOT TARGET lz4::lz4)
-- add_library(lz4::lz4 ${liblz4_type} IMPORTED)
-- set_target_properties(lz4::lz4 PROPERTIES INTERFACE_INCLUDE_DIRECTORIES
-- "${LZ4_INCLUDE_DIR}")
-- set_target_properties(
-- lz4::lz4 PROPERTIES IMPORTED_LINK_INTERFACE_LANGUAGES "C"
-- IMPORTED_LOCATION "${LZ4_LIBRARIES}")
-+ add_library(lz4::lz4 UNKNOWN IMPORTED)
-+ set_target_properties(lz4::lz4 PROPERTIES
-+ INTERFACE_INCLUDE_DIRECTORIES "${LZ4_INCLUDE_DIR}"
-+ IMPORTED_LINK_INTERFACE_LANGUAGES "C"
-+ IMPORTED_LOCATION_RELEASE "${LZ4_LIBRARY_RELEASE}")
-+ set_property(TARGET lz4::lz4 APPEND PROPERTY
-+ IMPORTED_CONFIGURATIONS RELEASE)
-+
-+ if(LZ4_LIBRARY_DEBUG)
-+ set_property(TARGET lz4::lz4 APPEND PROPERTY
-+ IMPORTED_CONFIGURATIONS DEBUG)
-+ set_property(TARGET lz4::lz4 PROPERTY
-+ IMPORTED_LOCATION_DEBUG "${LZ4_LIBRARY_DEBUG}")
-+ endif()
- endif()
diff --git a/CMake/resolve_dependency_modules/arrow/CMakeLists.txt
b/CMake/resolve_dependency_modules/arrow/CMakeLists.txt
index 56b673e87..ef48ae9d9 100644
--- a/CMake/resolve_dependency_modules/arrow/CMakeLists.txt
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]