KhronosGroup / OpenCL-Headers

Khronos OpenCL-Headers
Apache License 2.0
666 stars 236 forks source link

Install pkgconfig file in CMAKE_INSTALL_DATADIR #218

Closed Kerilk closed 1 year ago

Kerilk commented 1 year ago

Install pkgconfig file in CMAKE_INSTALL_DATADIR as headers are architecture independent.

This resolves issue https://github.com/KhronosGroup/OpenCL-Headers/issues/217

Once this is merged, the Loader CI will break, and I will make an accompanying pull request to resolve this as well.

bashbaug commented 1 year ago

FYI there is a merge conflict now. Should be easy to resolve - I can try to do so with the web editor if needed.

Kerilk commented 1 year ago

Should be fixed, let's wait for the CI.

Kerilk commented 1 year ago

@bashbaug Should be good now, thanks!