Commit e2eef2d
committed
ENH: Initial pixi configuration
Initial [pixi](https://pixi.sh) configuration, supporting easy, reproducible builds for development and testing.
Cross-platform build and test configuration utilizing Ninja and
cross-platform conda-forge toolchains. And Python build and test
configuration. These are specified by `cxx` and `python` environments.
The following tasks are defined:
- build Build ITK
- build-debug Build ITK - Debug
- build-debug-python Build ITK - Debug
- build-python Build ITK
- build-release Build ITK - Release
- clean Clean the repository
- configure Configure ITK
- configure-debug Configure ITK - Debug
- configure-debug-python Configure ITK Python - Debug
- configure-python Configure ITK Python
- configure-release Configure ITK - Release
- test Test ITK
- test-debug Test ITK - Debug
- test-debug-python Test ITK Python - Debug
- test-python Test ITK Python
- test-release Test ITK - Release1 parent fd0c9c7 commit e2eef2d
4 files changed
Lines changed: 4400 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| 65 | + | |
| 66 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
0 commit comments