Skip to content

Commit 881a9f8

Browse files
test
1 parent 105478a commit 881a9f8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pyproject.toml

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

99
[tool.cibuildwheel]
10-
environment = {
11-
CMAKE_ARGS = "-DCMAKE_C_COMPLIER=\\\"gcc\\\" -DCMAKE_CXX_COMPLIER=\\\"g++\\\" -DCMAKE_CUDA_COMPLIER=\\\"nvcc\\\""
12-
cuda="12.9"
13-
temp="/tmp/cuda-temp"
14-
}
10+
environment = { CMAKE_ARGS = "-DCMAKE_C_COMPLIER=\\\"gcc\\\" -DCMAKE_CXX_COMPLIER=\\\"g++\\\" -DCMAKE_CUDA_COMPLIER=\\\"nvcc\\\"", cuda="12.9", temp="/tmp/cuda-temp" }
1511
xbuild-tools = ["cmake", "ninja"]
1612

1713
[tool.cibuildwheel.linux]

0 commit comments

Comments
 (0)