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

Commits on Aug 9, 2023

  1. Make sure that the right version of libabseil is used in conda

    - DALI links statically with libprotobuf and this implies a runtime
      dependency on libabseil in a conda environment. However, it seems
      that protobuf cmake asks DALI to link with a specific (versioned)
      libabseil instead of just *.so, and when a newer libabseil than
      the libprotobuf was built with appeared there is an error
      and during the installation, DALI asks for the latest libabseil
      while libprotobuf enforces a certain version. This PR makes sure
      that the libprotobuf installs its dependencies with DALI without
      explicit placing libabseil in the runtime dependency list
    
    Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
    JanuszL committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    60f4d7a View commit details
    Browse the repository at this point in the history