Commit f983b9d
authored
Use cuda-pathfinder in
* build: use cuda.pathfinder.get_cuda_path_or_home in build hooks
Pin cuda-pathfinder>=1.5 in both build-system.requires and
project.dependencies.
Made-with: Cursor
* chore: update stale pixi package version to 1.5.0
The previous 1.3.4a0 was a stale value that could confuse someone.
Made-with: Cursor
* build: raise actionable error when cuda-pathfinder not found on sys.path
Made-with: Cursor
* build: replace inline docstring with reference to issue #1824
Made-with: Cursor
* build: narrow except to only catch cuda.pathfinder-not-found
Made-with: Cursor
* build: use importlib.metadata to locate cuda-pathfinder instead of scanning sys.path
Made-with: Cursor
* build: produce actionable error when cuda namespace is entirely absent
Made-with: Cursor
* build: diagnostic for importlib.metadata locate_file in PEP 517 builds
Made-with: Cursor
* Revert "build: diagnostic for importlib.metadata locate_file in PEP 517 builds"
This reverts commit 3cb0313.
* build: revert to sys.path scan, importlib.metadata finds wrong dist-info
See #1817 (comment)
See #1817 (comment)
Made-with: Cursor
* Revert changes to cuda-pathfinder runtime dependency pinning.
* Exclude broken cuda-toolkit patch releases from dependency specs.
Use exclusion-style constraints in cuda_bindings, cuda_core, and cuda_pathfinder so CI avoids cuda-toolkit 12.9.2 and 13.0.3 while still allowing newer good patch releases.
Made-with: Cursor
* Revert "Exclude broken cuda-toolkit patch releases from dependency specs."
This reverts commit 937ff7f.build-system.requires (#1817)1 parent c93623b commit f983b9d
File tree
5 files changed
+74
-11
lines changed- cuda_bindings
- cuda_core
- tests
5 files changed
+74
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
36 | 67 | | |
37 | 68 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 69 | + | |
| 70 | + | |
43 | 71 | | |
44 | 72 | | |
45 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
31 | 62 | | |
32 | 63 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 64 | + | |
| 65 | + | |
38 | 66 | | |
39 | 67 | | |
40 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
| 73 | + | |
71 | 74 | | |
72 | 75 | | |
73 | 76 | | |
| |||
92 | 95 | | |
93 | 96 | | |
94 | 97 | | |
| 98 | + | |
95 | 99 | | |
96 | 100 | | |
97 | 101 | | |
| |||
125 | 129 | | |
126 | 130 | | |
127 | 131 | | |
| 132 | + | |
128 | 133 | | |
129 | 134 | | |
130 | 135 | | |
| |||
0 commit comments