Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure that the right version of libabseil is used in conda #4987

Merged
merged 1 commit into from
Aug 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions conda/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ requirements:
# dali-opencv we that depends on libtiff also depends on libwebp-base (silently)
# we link it statically so it doesn't carry the dependency, so we need to add it manually
- libwebp-base
# libprotobuf-static we link statically depends on libabseil so we need to add it to a runtime
# dependency
- libabseil
# libprotobuf-static we link statically depends on libabseil so add it here as a runtime
# dependency to install rigth version on the libabseil
- libprotobuf-static
- openjpeg
- cfitsio
- astunparse >=1.6.0
Expand Down