You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2020/03/10 23:58:00 UTC

[jira] [Created] (ARROW-8068) [Python] Externalize option whether to bundle zlib DLL in Python packages

Wes McKinney created ARROW-8068:
-----------------------------------

             Summary: [Python] Externalize option whether to bundle zlib DLL in Python packages
                 Key: ARROW-8068
                 URL: https://issues.apache.org/jira/browse/ARROW-8068
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Python
            Reporter: Wes McKinney


I ran into an esoteric situation in ARROW-8015 where I built the C++ library with all bundled dependencies including zlib. I then build a Python wheel, but the Python build failed when using {{PYARROW_BUNDLE_ARROW_CPP=1}} because it could not find {{zlib.dll}}. The failure points were both in CMakeLists.txt and in setup.py.

Perhaps this situation will only arise esoterically, but we may want to add a flag to toggle off the zlib bundling behavior



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