[
https://issues.apache.org/jira/browse/ARROW-6858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yibo Cai resolved ARROW-6858.
-----------------------------
Fix Version/s: 10.0.0
Resolution: Fixed
Issue resolved by pull request 14224
[https://github.com/apache/arrow/pull/14224]
> [C++] Simplify transitive component dependencies
> ------------------------------------------------
>
> Key: ARROW-6858
> URL: https://issues.apache.org/jira/browse/ARROW-6858
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Reporter: Wes McKinney
> Assignee: Kouhei Sutou
> Priority: Major
> Labels: pull-request-available
> Fix For: 10.0.0
>
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> In the C++ build system, we are handling relationships between optional
> components in an ad hoc fashion
> https://github.com/apache/arrow/blob/d5ba83eebfaf0652ff5f96f943a3d99d5de96dd2/cpp/CMakeLists.txt#L266
> This doesn't seem ideal.
> As discussed on the mailing list, I suggest declaring dependencies in a
> Python data structure and then generating and checking in a .cmake file that
> can be {{include}}d. This will be a big easier than maintaining this on an ad
> hoc basis.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)