Skip to content

Commit

Permalink
lightgbm: unvendor Eigen fully
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Oct 24, 2023
1 parent 246cf03 commit 343f1b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/lightgbm/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def _patch_sources(self):
for lib in ["fmt", "fast_double_parser"]:
replace_in_file(self, common_h, f"../../../external_libs/{lib}/include/", "")
# Add dependencies
replace_in_file(self, cmakelists_path, "include_directories(${EIGEN_DIR})", "")
extra_cmake_content = (
"find_package(fmt REQUIRED CONFIG)\n"
"find_package(Eigen3 REQUIRED CONFIG)\n"
Expand Down

0 comments on commit 343f1b7

Please sign in to comment.