We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ec843 commit 4bb5410Copy full SHA for 4bb5410
cuda_bindings/pyproject.toml
@@ -114,12 +114,13 @@ exclude = ["cuda/bindings/_version.py"]
114
[tool.cibuildwheel]
115
enable = "cpython-freethreading"
116
build-verbosity = 1
117
-environment-pass = ["CUDA_PYTHON_PARALLEL_LEVEL"]
+environment-pass = ["CUDA_PATH", "CUDA_PYTHON_PARALLEL_LEVEL"]
118
119
[tool.cibuildwheel.linux]
120
archs = "native"
121
# CIBW mounts the host filesystem under /host
122
-environment = { CUDA_PATH = "/host/$CUDA_PATH" }
+environment-pass = ["CUDA_PATH"]
123
+environment = { CUDA_HOME = "/host/$CUDA_PATH" }
124
125
[tool.cibuildwheel.windows]
126
before-build = "pip install delvewheel"
0 commit comments