Skip to content

Commit

Permalink
(#17692) arrow: add a missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mpimenov authored May 26, 2023
1 parent 76f86b4 commit 7a769a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/arrow/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,8 @@ def package_info(self):

if self._dataset_modules():
self.cpp_info.components["dataset"].libs = ["arrow_dataset"]
if self._parquet():
self.cpp_info.components["dataset"].requires = ["libparquet"]

if self.options.cli and (self.options.with_cuda or self._with_flight_rpc() or self._parquet()):
binpath = os.path.join(self.package_folder, "bin")
Expand Down

0 comments on commit 7a769a0

Please sign in to comment.