We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79792c5 commit 1f06668Copy full SHA for 1f06668
pyproject.toml
@@ -19,7 +19,7 @@ LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${CUDA_PATH}/lib:${CUDA_PATH}/lib64"
19
# pyproject.toml
20
[tool.cibuildwheel.config-settings]
21
"cmake.args" = [
22
- "-DUSE_CUDA=ON"
+ "-DUSE_CUDA=ON",
23
"-DCMAKE_CUDA_COMPILER=\\\"which nvcc\\\""
24
]
25
0 commit comments