Skip to content

Commit

Permalink
update pyproject for win build
Browse files Browse the repository at this point in the history
  • Loading branch information
StRigaud committed Jul 17, 2023
1 parent e01cbf9 commit e177067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ skip = ["cp27-*", "cp36-*", "pp*", "*-musllinux*", "*_i686"]

[tool.cibuildwheel.windows]
before-all = "bash {package}/scripts/build-opencl-windows.sh"
environment = {SKBUILD_CONFIGURE_OPTIONS = "-DOpenCL_LIBRARIES:FILEPATH='C:/Program Files/OpenCL-ICD-Loader/lib/OpenCL.lib' -DOpenCL_INCLUDE_DIRS:PATH='C:/Program Files/OpenCL-ICD-Loader/include' -DOpenCL_FOUND:BOOL=TRUE"}
environment = {SKBUILD_CONFIGURE_OPTIONS = "-DOpenCL_LIBRARIES:FILEPATH='C:/Program Files/OpenCL-ICD-Loader/lib/OpenCL.lib' -DOpenCL_INCLUDE_DIRS:PATH='D:/a/pyclesperanto/pyclesperanto/OpenCL-Headers/install/include/' -DOpenCL_FOUND:BOOL=TRUE"}
skip = ["cp27-*", "cp36-*", "pp*", "*-win32"]

[tool.cibuildwheel.macos]
Expand Down

0 comments on commit e177067

Please sign in to comment.