feat: Updated build tooling for TIGRE#16
Merged
casperdcl merged 4 commits intoTomographicImaging:mainfrom Jan 30, 2026
Merged
Conversation
casperdcl
reviewed
Jan 30, 2026
casperdcl
reviewed
Jan 30, 2026
Author
|
Plumbing for uploading to conda channels can be added in this PR or worked on after merging this. Likely we should hold off on shipping the first build until the next release (3.1.2 or 3.2.0) is cut either way, which I expect to be today or next week |
casperdcl
approved these changes
Jan 30, 2026
added 2 commits
January 30, 2026 12:56
- move from conda to pixi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a maintainable and modern build setup for publishable TIGRE conda packages.
Supercedes: #15
Fixes: #8
Fixes: #5
Switches to Pixi-based build backend to reduce maintenance burden.
This allows us to extensively leverage the build setup maintained by TIGRE, even for Conda builds.
Currently this targets a recent revision off of master, which has an outdated version given in
pyproject.toml(3.1.0 as opposed to the expected 3.1.1).I will ask Ander Biguri to cut a release at his convenience, which we can then target. It will likely be 3.1.2.
Note: Currently it is difficult to build single variants using Pixi, so for now this uses a CI matrix only for the operating system, not for the Python version. The Python version matrix is maintained in
pyproject.tomlas build variants. This is a bit slower since the python versions are then built serially instead of in parallel.Missing
Currently this just uploads the conda packages as artefacts. It would require a core developer, (@casperdcl?), to do the final plumbing into the ccpi and tomography conda channels.