WillAyd commented on PR #45854:
URL: https://github.com/apache/arrow/pull/45854#issuecomment-3528586430

   > What would happen in a world were we build Arrow C++ independently via 
CMake but we build Pyarrow with meson? Are the challenges above still applying?
   
   That's actually where this PR started - using CMake to build the C++ 
components and using Meson's CMake wrapper to build on top of that. Its 
"workable" but likely more fragile; in the grand scheme of things to get a 
fully fledged build system that supports passing arguments from the pip 
front-end to the backend, packaging, and installing components correctly, I 
_think_ going all in on Meson will be less effort (though slower to start)
   
   


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

Reply via email to