conda-forge / cdt-builds

conda-forge cdt builds
BSD 3-Clause "New" or "Revised" License
4 stars 22 forks source link

Add OpenSSL libs to CDTs #54

Closed andfoy closed 3 years ago

andfoy commented 3 years ago

Please see the repo readme for directions on how to make PRs on this repo.

Checklist:

NOTE: If you make any changes to cd_slugs.yaml, you need to reun the generator code via python gen_cdt_recipes.py.

isuruf commented 3 years ago

We don't want to use CDTs for openssl. Please use the conda package.

andfoy commented 3 years ago

This is necessary since CUPS cdt links against OpenSSL 1.0.2 (libssl.so.10 / libcrypto.so.10), whereas conda-forge version produces binaries called libssl.so.1.0.0 and libcrypto.1.0.0. I don't know if there's a better way to fix this conflict

image

image

andfoy commented 3 years ago

@isuruf, please see the above comment

isuruf commented 3 years ago

Don't use the libcups CDT either. See https://github.com/conda-forge/libcups-feedstock

andfoy commented 3 years ago

Got it! Thanks @isuruf