Skip to content

Commit 1e35ec2

Browse files
test
1 parent f78036e commit 1e35ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 = { 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\\\"" }
10+
environment = { cuda="12.9", temp="/tmp/cuda-temp", BUILD_WITH_CUDA=1 }
1111
xbuild-tools = ["cmake", "ninja"]
1212

1313
[tool.cibuildwheel.linux]

0 commit comments

Comments
 (0)