[
https://issues.apache.org/jira/browse/ARROW-3983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17661006#comment-17661006
]
Rok Mihevc commented on ARROW-3983:
-----------------------------------
This issue has been migrated to [issue
#20586|https://github.com/apache/arrow/issues/20586] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> [Gandiva][Crossbow] Use static boost while packaging
> ----------------------------------------------------
>
> Key: ARROW-3983
> URL: https://issues.apache.org/jira/browse/ARROW-3983
> Project: Apache Arrow
> Issue Type: Task
> Components: C++ - Gandiva
> Reporter: Praveen Kumar
> Assignee: Praveen Kumar
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.12.0
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> Gandiva is getting some transitive dependencies to Boost from Arrow. Since we
> are using the static version of arrow in the packaged gandiva library, it was
> thought that we would be using the static versions of boost.
> This holds true in linux where there is no dependency on shared arrow
> library, but in mac there seems to be a dependency on shared boost libraries
> even for the static arrow library.
> So using "ARROW_BOOST_USE_SHARED" to force use the boost static libraries
> while packaging Gandiva in Crossbow.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)