Closed jakirkham closed 4 years ago
One thought might be to use this to create a totally new environment just to ensure this file provides a complete list of what's needed. Though I haven't done that here as that may be more of a change than we want.
Go for it! If you'd like to merge now, that's great too!
Either way. Happy to do in a new PR as well 🙂
I'm happy with this as is.
Fixes https://github.com/conda-forge/cdt-builds/issues/32
Refactors dependencies into an environment file to make it easier to get started.
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
. Add the--fast
option to make this go more quickly.