Skip to content

Commit 0ea0d32

Browse files
committed
fixed windows cuda before-all
1 parent 55da25c commit 0ea0d32

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

backend/cuda/pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ before-all = [
4848
environment = { CMAKE_CUDA_COMPILER = "/usr/local/cuda-12.4/bin/nvcc" }
4949

5050
[tool.cibuildwheel.windows]
51-
before-all = [
52-
"yum-config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/cuda-rhel7.repo",
53-
"yum install -y cuda-toolkit-12-4"
54-
]
5551
environment = { CMAKE_CUDA_COMPILER = "C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.5/bin/nvcc.exe", CUDA_TOOLKIT_ROOT_DIR = "C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.5", CMAKE_GENERATOR_TOOLSET = "cuda=C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.5" }
5652

5753
[tool.setuptools_scm]

0 commit comments

Comments
 (0)