Skip to content

Improved library linking on Windows...

Álvaro López García requested to merge github/fork/mgajda/master into master

Created by: mgajda

I worked around CABAL bugs and now one doesn't need to give explicit -lOpenCL, when linking haskell library - the platform's is linked automatically (as it should be, since most platforms use Khronos' OpenCL multiplexer nowadays. It seems license-compatible, and loads other OpenCL platform libraries on-demand.)

Merge request reports