conda-forge / cdt-builds

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

Add environment file #34

Closed jakirkham closed 4 years ago

jakirkham commented 4 years ago

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:

NOTE: If you make any changes to cd_slugs.yaml, you need to reun the generator code via python gen_cdt_recipes.py. Add the --fast option to make this go more quickly.

jakirkham commented 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.

beckermr commented 4 years ago

Go for it! If you'd like to merge now, that's great too!

jakirkham commented 4 years ago

Either way. Happy to do in a new PR as well 🙂

beckermr commented 4 years ago

I'm happy with this as is.