Skip to content

Commit

Permalink
adapt dependencies to now-shared libgrpc on win
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jun 16, 2023
1 parent 1b1b5dc commit 025b77a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,13 @@ outputs:
- zlib
- zstd
- __cuda >={{ cuda_compiler_version_min }} # [cuda_compiler_version != "None"]
# since libgoogle-cloud & libgrpc are static on windows, see
# since libgoogle-cloud is static on windows, see
# https://github.com/conda-forge/google-cloud-cpp-feedstock/pull/108,
# their host deps (which aren't yet covered above) leak into the build here
- c-ares # [win]
# its host deps (which aren't yet covered above) leak into the build here
- libcrc32c # [win]
- libcurl # [win]
# same for libgrpc (before 1.55.0, which is coupled with libprotobuf 4.23.x)
- c-ares # [win and libprotobuf == "3.21"]
run_constrained:
- apache-arrow-proc =*={{ build_ext }}
# make sure we don't co-install with old version of old package name
Expand Down

0 comments on commit 025b77a

Please sign in to comment.