pitrou commented on issue #36411: URL: https://github.com/apache/arrow/issues/36411#issuecomment-2727300916
@kou > I think that this question means whether `meson install` can install `XXXConfig.cmake` or not (downstream projects can find a project by `find_package(XXX)` or not). +1 > This discussion is only for PyArrow not Apache Arrow C++, right? If so, `find_package(XXX)` must not be matter. That's right. But using Meson for PyArrow depends on Arrow C++ using Meson too, right? @WillAyd > In addition to my comments above, Meson can easily produce pkg-config files for installation discovery pkg-config is mostly a GNU/Linux thing, right? Windows developers probably expect something else. (also, is pkg-config as flexible as CMake? AFAIR, it's mostly static ini files) -- 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]
