inducer / pyopencl

OpenCL integration for Python, plus shiny features
http://mathema.tician.de/software/pyopencl
Other
1.04k stars 238 forks source link

Bump py compat target to 3.8 in setup.py and CI #662

Closed inducer closed 1 year ago

inducer commented 1 year ago

The Windows build is still unhappy at the link stage (the recent include dir change notwithstanding):

        wrap_cl_part_1.obj : error LNK2001: unresolved external symbol _clCreateBuffer@24
        wrap_cl_part_1.obj : error LNK2001: unresolved external symbol _clEnqueueCopyBufferRect@52
        wrap_cl_part_1.obj : error LNK2001: unresolved external symbol _clReleaseCommandQueue@4
        wrap_cl_part_1.obj : error LNK2001: unresolved external symbol _clReleaseProgram@4

despite receiving "/LIBPATH:C:/Program Files/OpenCL-ICD-Loader/lib" and OpenCL.lib on the command line.

https://github.com/inducer/pyopencl/actions/runs/3509660036/jobs/5878911594

I don't know whether the @N suffixes are to blame, or where they might come from.