Kouhei Sutou created ARROW-647: ---------------------------------- Summary: [C++] Don't require Boost static libraries to support CentOS 7 Key: ARROW-647 URL: https://issues.apache.org/jira/browse/ARROW-647 Project: Apache Arrow Issue Type: Improvement Components: C++ Reporter: Kouhei Sutou
CentOS 7 provides boost-system and boost-filesystem packages but they include only shared libraries. They don't include static libraries. Apache Arrow C++ requires Boost static libraries only for tests and utilities. We can support CentOS 7 by making Boost static libraries optional. -- This message was sent by Atlassian JIRA (v6.3.15#6346)