You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Krisztian Szucs (Jira)" <ji...@apache.org> on 2020/02/25 14:02:00 UTC

[jira] [Created] (ARROW-7937) [Python][Packaging] Remove boost from the macos wheels

Krisztian Szucs created ARROW-7937:
--------------------------------------

             Summary: [Python][Packaging] Remove boost from the macos wheels
                 Key: ARROW-7937
                 URL: https://issues.apache.org/jira/browse/ARROW-7937
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Packaging, Python
            Reporter: Krisztian Szucs
             Fix For: 1.0.0


Only boost_regex is required for libarrow but only on gcc < 4.9, see

https://github.com/apache/arrow/blob/f609298f8f00783a6704608ca8493227a552abab/cpp/src/parquet/metadata.cc#L38

so we can remove the bundled boost libraries from the macos wheels as well.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)