Skip to content

Commit f78036e

Browse files
test
1 parent 881a9f8 commit f78036e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires = [
77
build-backend = "setuptools.build_meta"
88

99
[tool.cibuildwheel]
10-
environment = { CMAKE_ARGS = "-DCMAKE_C_COMPLIER=\\\"gcc\\\" -DCMAKE_CXX_COMPLIER=\\\"g++\\\" -DCMAKE_CUDA_COMPLIER=\\\"nvcc\\\"", cuda="12.9", temp="/tmp/cuda-temp" }
10+
environment = { cuda="12.9", temp="/tmp/cuda-temp", CMAKE_ARGS="-DCMAKE_C_COMPLIER=\\\"/usr/bin/gcc\\\" -DCMAKE_CXX_COMPLIER=\\\"/usr/bin/g++\\\" -DCMAKE_CUDA_COMPLIER=\\\"/usr/local/cuda-${cuda}/bin/nvcc\\\"" }
1111
xbuild-tools = ["cmake", "ninja"]
1212

1313
[tool.cibuildwheel.linux]

0 commit comments

Comments
 (0)