How do I set compiling options or environment variables to specific dependencies. #2759
-
|
Beta Was this translation helpful? Give feedback.
Answered by
ruben-arts
Dec 23, 2024
Replies: 1 comment
-
The dependencies repositories do need something that |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Ericsii
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The dependencies repositories do need something that
pixi
can read. So either apixi.toml
pyproject.toml
or arecipe.yaml
to know how to build the project. For sending arguments to the builds, we're still in the progress of designing that. Currently, that would be easiest through arecipe.yml
which you can modify on the go.