You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Kouhei Sutou (JIRA)" <ji...@apache.org> on 2017/03/17 12:38:41 UTC

[jira] [Created] (ARROW-647) [C++] Don't require Boost static libraries to support CentOS 7

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)