mgorny commented on PR #45580: URL: https://github.com/apache/arrow/pull/45580#issuecomment-2681651182
> I understand the appeal but this will still fail for people building from source from pypi for example Well, that's definitely something that could be fixed as a followup, or at least to some degree. > were to move our build-backend to [scikit-build-core](https://github.com/scikit-build/scikit-build-core) Well, I'm all for that. I suppose a similar solution (i.e. ability to build Arrow C++ libraries from the Python build) could also be implemented at CMake level, and actually that's how I initially wanted to do it — but I've given up since it required a lot of added complexity. I've noted the problems in #45576. I'm not saying it's impossible, just would probably involve more changes to CMake files and more work, and I'm not sure if that is desired. -- 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]
