WillAyd commented on PR #45854: URL: https://github.com/apache/arrow/pull/45854#issuecomment-2759126610
Hopefully the last major hurdle here is dealing with the installation of the Arrow dependency. My interpretation of the status quo is that PyArrow will always bundle a copy of the Arrow headers, and potentially bundle the Arrow libraries if `PYARROW_BUNDLE_ARROW_CPP` is set. I'm assuming if the latter is not set, then it will be left to a third party tool like auditwheel to repack the wheel with the required libraries (?) I'm not sure how to solve the former issue. Is there a way that Meson can install the headers from a dependency into a Python package? Is it really even needed by PyArrow if none of the libraries are bundled? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org