Closed andfoy closed 3 years ago
We don't want to use CDTs for openssl. Please use the conda package.
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
@isuruf, please see the above comment
Don't use the libcups CDT either. See https://github.com/conda-forge/libcups-feedstock
Got it! Thanks @isuruf
Please see the repo readme for directions on how to make PRs on this repo.
Checklist:
cdt_slugs.yaml
file and you have rerun the scriptpython gen_cdt_recipes.py
.rpm.py
), you have bumped the build number inconda_build_config.yaml
and have remade all of the recipes via runningpython gen_cdt_recipes.py --force
custom: true
in thecdt_slugs.yaml
file.{{ cdt_build_number }}
for old-style/legacy CDTs or{{ cdt_build_number|int + 1000 }}
for new-style CDTslicense_file
key in thecdt_slugs.yaml
file with the path to the appropriate license inlicenses/
NOTE: If you make any changes to
cd_slugs.yaml
, you need to reun the generator code viapython gen_cdt_recipes.py
.