Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
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.
Attachments
Issue Links
- links to