Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
This may be a bit annoying as grpc's CMake files want to also install its third party dependencies. msarahan pointed me to a version for AnacondaRecipes where there was an effort to "unvendor" these components
grpc depends on at least
- protobuf
- zlib
- either boringssl or openssl
- cares
- gflags
It looks like the grpc developers want to take on Abseil as a dependency eventually, but it is not required yet