Skip to content

Commit bd0edae

Browse files
Update pyproject.toml
1 parent 1f06668 commit bd0edae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${CUDA_PATH}/lib:${CUDA_PATH}/lib64"
2020
[tool.cibuildwheel.config-settings]
2121
"cmake.args" = [
2222
"-DUSE_CUDA=ON",
23+
"-DCMAKE_C_COMPILER=\\\"/usr/bin/gcc\\\"",
24+
"-DCMAKE_CUDA_COMPILER=\\\"/usr/bin/g++\\\"",
2325
"-DCMAKE_CUDA_COMPILER=\\\"which nvcc\\\""
2426
]
2527

0 commit comments

Comments
 (0)