h-vetinari commented on issue #33882: URL: https://github.com/apache/arrow/issues/33882#issuecomment-1407312758
> Could you try this? Done in https://github.com/conda-forge/arrow-cpp-feedstock/pull/941; I'll get back with timing infos as soon as the CI completes. > We can add an option to disable pkg-config support. But if we disable pkg-config support, conda users can't find Apache Arrow C++ by pkg-config. I'm not familiar with conda but I think that there are users who use pkg-config to find external packages. AFAIU there's a difference between _looking_ for pkgconfig metadata of other packages (not necessary for us) and _producing_ it for arrow's consumers (that would still be possible). It might be all bundled up in the `pkg_check_modules` function, but conceptually those things are very different (and need quite different CMake code). -- 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]
