Skip to content

Commit 0f54517

Browse files
Update pyproject.toml
1 parent 745413b commit 0f54517

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

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

99
[tool.cibuildwheel]
10-
environment = { CMAKE_CUDA_ARCHITECTURES = "60;70;80;90" }
10+
environment = {
11+
CMAKE_ARGS='-DCMAKE_CUDA_ARCHITECTURES="60;70;80;90"'
12+
cuda="12.9"
13+
temp="/tmp/cuda-temp"
14+
}
1115
xbuild-tools = ["cmake", "ninja"]
1216

1317
[tool.cibuildwheel.linux]

0 commit comments

Comments
 (0)