Commit 8cb8041
build(cuda_bindings): declare cuda-pathfinder as a host-dependency
pixi-build-python runs `pip install --no-build-isolation` against the pixi
host environment, which bypasses `[build-system] requires` in
`pyproject.toml`. As a result, building `cuda_bindings` from source via the
pixi path-dependency workflow failed because `cuda_pathfinder` was not
present at build time — it was only declared in `pyproject.toml`.
Declare `cuda-pathfinder` as a path host-dependency in `cuda_bindings/pixi.toml`
so pixi installs it into the host env before the no-isolation build runs.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent a8805e5 commit 8cb8041
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
124 | 125 | | |
125 | 126 | | |
126 | 127 | | |
| |||
0 commit comments