Re-enable pkg-config tests on windows#242
Re-enable pkg-config tests on windows#242h-vetinari wants to merge 8 commits intoconda-forge:1.46.xfrom
Conversation
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
|
Seems this will need some more work on abseil upstream: abseil/abseil-cpp#1276 |
|
@traversaro |
The Protobuf CMake package is searched for in https://github.com/grpc/grpc/blob/v1.46.4/cmake/protobuf.cmake#L58 : if TL;DR: pass |
|
Thanks a lot, I'll try this shortly! |
No success, unfortunately... 😑 |
Now that conda-forge/openssl-feedstock#106 is in, re-enable pkg-config tests.
I tried adding CMake metadata in conda-forge/libprotobuf-feedstock#128 (to re-enable the CMake tests on unix), but this caused some fall-out. However, CMake has its own custom
FindProtobuffunction that takes precedence over the packaged CMake metadata; perhaps it's still possible to nudge it to find ourprotobuf-config-less protobuf)