Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
10.0.0
Description
We have a python build env var to control whether the Arrow C++ header files are included in the python package or not (PYARROW_BUNDLE_ARROW_CPP_HEADERS). This is set to True by default, and only in the conda recipe set to False.
After the cmake refactor, the Python C++ header files no longer live in the Arrow C++ package, and so should always be included in the python package, regardless of how arrow-cpp is installed.
Initially this was done, but it seems that https://github.com/apache/arrow/pull/13892 removed this unconditional copy of the PyArrow header files to pyarrow/include. Now it is only copied if PYARROW_BUNDLE_ARROW_CPP_HEADERS is enabled.
Attachments
Issue Links
- relates to
-
ARROW-18129 [Python] get_include() gives wrong directory in conda environment
- Open
- links to