Skip to content
Snippets Groups Projects
Commit 82e6635f authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Windows wheel build: Use --cl-inc-dir


Co-authored-by: default avatarIsuru Fernando <isuruf@gmail.com>
parent 479c033e
No related branches found
No related tags found
No related merge requests found
Pipeline #363291 passed with warnings
......@@ -35,4 +35,4 @@ test-command = "pytest {project}/test/test_array.py" # same limitation as conda-
skip = ["*-win32", "pp*", "cp36-*", "cp37-*"]
test-command = ""
before-all = "bash {package}/scripts/build-ocl-windows.sh"
before-build = "python configure.py --cxxflags=-ID:/a/pyopencl/pyopencl/OpenCL-Headers/install/include --cl-lib-dir=\"C:/Program Files/OpenCL-ICD-Loader/lib\""
before-build = "python configure.py --cl-inc-dir=D:/a/pyopencl/pyopencl/OpenCL-Headers/install/include --cl-lib-dir=\"C:/Program Files/OpenCL-ICD-Loader/lib\""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment