WillAyd commented on code in PR #45854:
URL: https://github.com/apache/arrow/pull/45854#discussion_r2022900981
##########
python/examples/minimal_build/Dockerfile.fedora:
##########
@@ -27,6 +27,7 @@ RUN dnf update -y && \
make \
cmake \
ninja-build \
+ pkg-config \
Review Comment:
This is currently needed to install headers from the Arrow project into the
PyArrow package. In theory, if CMake exposed a variable for the
`ARROW_INCLUDE_DIR` then Meson could wrap that, but AFAIU in the current state
that variable is not exposed by the CMake configuration, and is instead just
pulled from the `TARGET_INCLUDE_DIRECTORIES` property of the arrow target.
See also the comment in pyarrow/meson.build:L405 .
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]