-
Notifications
You must be signed in to change notification settings - Fork 234
Closed
Description
I am trying to update and improve the conda feedstock maintained by the CIL team at https://github.com/TomographicImaging/TIGRE-conda.
As part of using as much of the TIGRE build-chain as possible, I am hoping to use Pixi to build the project, but for this to go smoothly it would require 2 changes:
- Change the project name in
pyproject.tomlfrompytigretotigreto match the module name- I think this should not require many changes outside
.gitignoreandpyproject.toml
- I think this should not require many changes outside
- Cutting a new minor release (
pyproject.tomllocation and layout has changed significantly since 3.0.0)
Alternatively I would be happy to help set up a TIGRE conda build using Pixi. For reference, the following seems to be all that is required and would allow you to keep the build environment defined in pyproject.toml:
# pixi.toml
[workspace]
channels = ["conda-forge"]
platforms = ["linux-64", "win-64"]
preview = ["pixi-build"]
[system-requirements]
cuda = "12"
[package.build]
backend = { name = "pixi-build-python", version = "*" }
[package.build.config]
ignore-pypi-mapping = falseThere is an existing related issue which is asking for an official conda release, #245, which is unrelated to this.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels