File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 export CUDACXX=/usr/local/cuda-11.8/bin/nvcc
2929 # For Windows, install CUDA
3030 CIBW_BEFORE_ALL_WINDOWS : |
31+ cd src/deepwave
32+ nuget install intelopenmp.devel.win -DirectDownload -NonInteractive
33+ nuget install intelopenmp.redist.win -DirectDownload -NonInteractive
34+ cp intelopenmp.devel.win*/build/native/win-x64/libiomp5md.lib .
35+ cp intelopenmp.redist.win*/runtimes/win-x64/native/libiomp5md.dll .
3136 curl https://developer.download.nvidia.com/compute/cuda/12.4.0/network_installers/cuda_12.4.0_windows_network.exe -o cuda_12.4.0_windows_network.exe
3237 chmod +x ./cuda_12.4.0_windows_network.exe
3338 ./cuda_12.4.0_windows_network.exe -s nvcc_12.4 cudart_12.4
Original file line number Diff line number Diff line change @@ -54,13 +54,6 @@ repair-wheel-command = "auditwheel repair -w {dest_dir} {wheel} --exclude libcud
5454
5555[tool .cibuildwheel .windows ]
5656test-command = " pytest {project}/tests/test_scalar.py"
57- before-build = [
58- " nuget install intelopenmp.devel.win -Version 2018.0.0 -DirectDownload -NonInteractive" ,
59- " nuget install intelopenmp.redist.win -Version 2018.0.0 -DirectDownload -NonInteractive" ,
60- " xcopy .\\ intelopenmp.redist.win.2018.0.0\\ runtimes\\ win-x64\\ native\\ libiomp5md.dll src\\ deepwave\\ /Y" ,
61- " xcopy .\\ intelopenmp.devel.win.2018.0.0\\ build\\ native\\ lib\\ x64\\ libiomp5md.lib src\\ deepwave\\ /Y" ,
62- ]
63- environment = { CMAKE_ARGS = " -DOpenMP_ROOT={project}/intelopenmp.devel.win.2018.0.0" }
6457
6558[tool .cibuildwheel .macos ]
6659test-command = " pytest {project}/tests/test_scalar.py"
You can’t perform that action at this time.
0 commit comments