WillAyd commented on code in PR #45854:
URL: https://github.com/apache/arrow/pull/45854#discussion_r2021260358


##########
ci/docker/conda-python-pandas.dockerfile:
##########
@@ -34,3 +34,5 @@ RUN mamba install -q -y --file arrow/ci/conda_env_sphinx.txt 
&& \
 COPY ci/scripts/install_pandas.sh /arrow/ci/scripts/
 RUN mamba uninstall -q -y numpy && \
     /arrow/ci/scripts/install_pandas.sh ${pandas} ${numpy}
+
+RUN apt-get update && apt-get install -y patchelf

Review Comment:
   When either meson or meson-python creates a wheel file the "install" process 
will bundle the required libraries and change the linkage to using rpath 
resolution. I believe similar to auditwheel, but it is handled entirely by 
meson/meson-python.
   
    @eli-schwartz can speak better to the inner workings



-- 
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

Reply via email to