You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Praveen Kumar Desabandu (JIRA)" <ji...@apache.org> on 2018/12/10 12:43:00 UTC

[jira] [Created] (ARROW-3983) [Gandiva][Crossbow] Use static boost while packaging

Praveen Kumar Desabandu created ARROW-3983:
----------------------------------------------

             Summary: [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
            Reporter: Praveen Kumar Desabandu
            Assignee: Praveen Kumar Desabandu


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
(v7.6.3#76005)