How should we build pixi build
?
#793
Replies: 5 comments 6 replies
-
How would this be different from conda-build or rattlter-build? Is this related to mutienv? From my experience, I never really cared for a difference between build, dev, and prod, as there were just variations of some base functionality. Therefore, from this point of view, it all can be handled from one language/spec. |
Beta Was this translation helpful? Give feedback.
-
Getting the developer workflow right, and provide something easy akin to |
Beta Was this translation helpful? Give feedback.
-
It's bit self-serving, but I'd love to be able to build python packages directly with |
Beta Was this translation helpful? Give feedback.
-
I am all for only merging I mentioned this in the discord: People on the team will start by adding a dependency to the |
Beta Was this translation helpful? Give feedback.
-
This looks like an important feature. I'd have two questions: Would the same also work using From another perspective, what is the current delta between the schema of pixi.toml and what can go in a recipe.yaml? |
Beta Was this translation helpful? Give feedback.
-
He all, we would like to discuss an idea that has been on our radar for a long long time!
pixi build
We want to be able to build conda packages directly from a pixi project.
There are however lots of unanswered questions and design decisions that still need to be made. Of course we want to use our
rattler-build
application to build the actual package but lets go over a few use cases we would like to support:noarch
python packagesrecipe.yaml
?)pixi build
logic to be able to depend on pixi projects as source dependencies. (Like pythonsdists
but for pixi project with conda packages)cargo
orpip
to depend on local versions of a package while developing it where we use pixi build to build the package on install.There are no concrete ideas from the pixi team yet so please share your ideas and use-cases, that would really help us develop the right integration! What can we learn from the other ecosystems and existing tools?
Beta Was this translation helpful? Give feedback.
All reactions