conda / conda-lock

Lightweight lockfile for conda environments
https://conda.github.io/conda-lock/
Other
456 stars 101 forks source link

Can conda-lock be used in conjunction with conda-build? #620

Open scott-kausler opened 3 months ago

scott-kausler commented 3 months ago

Checklist

What happened?

The https://github.com/conda/conda-lock page mentions that meta.yaml is a supported file source, but how then can you use the .lock file to do a conda build? Is it even possible?

Additional Context

No response

mariusvniekerk commented 1 month ago

conda-lock doesn't do the build, it just reads the dependencies out of the meta.yaml. This is useful when you want to create a development environment for example and your conda recipe is in the same repository as the source code of your package