conda-incubator / conda-recipe-manager

A project for libraries and automated tools that manage and manipulate conda recipe files.
BSD 3-Clause "New" or "Revised" License
10 stars 6 forks source link

Use pixi instead of a Makefile #28

Open wolfv opened 6 months ago

wolfv commented 6 months ago

Pixi is a modern alternative to a Makefile and natively integrates with the conda-ecosystem to install dependencies. I think it would work nicely for this project. You can even use the pyproject.toml support as of recently.

I can give it another go if you are up for it :)

jezdez commented 6 months ago

IDK, do we need to try it out for this new project? Let's focus on solving the recipe management part for now, we can reconsider moving to Pixi when we're closer to feature completeness and eventually graduation to the main conda org. Just worried we end increasing the maintenance load.