You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Krisztian Szucs (Jira)" <ji...@apache.org> on 2019/09/17 16:51:00 UTC

[jira] [Created] (ARROW-6584) [Python][Wheel] Bundle zlib again with the windows wheels

Krisztian Szucs created ARROW-6584:
--------------------------------------

             Summary: [Python][Wheel] Bundle zlib again with the windows wheels
                 Key: ARROW-6584
                 URL: https://issues.apache.org/jira/browse/ARROW-6584
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Python
            Reporter: Krisztian Szucs
            Assignee: Krisztian Szucs
             Fix For: 0.15.0


The PR https://github.com/apache/arrow/pull/4886 aimed to link zlib statically with the wheels broke the windows wheels. This issue was hidden by the AppVeyor wheel build script, but recent conda changes have reproduced the issue caused the broken windows wheels for 0.14.1 https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-17-0-appveyor-wheel-win-cp37m
The root cause was, thad ZLIB was linked dynamically in the windows wheels despite `zlib_SOURCE=BUNDLED`. 



--
This message was sent by Atlassian Jira
(v8.3.2#803003)