:thumbsup:
rebased onto 74d5163f8904264ec4dfcf59e6f796a54c64f67a
Not ready to merge yet, I think I need to install some CL C headers too? clinfo complains about not finding opencl-c-base.h but I don't know if that's required or not. It seems to only search for it in /usr/include which seems wrong (on the host it's in /lib64/../share/pocl/include/opencl-c-base.h).
clinfo
opencl-c-base.h
/lib64/../share/pocl/include/opencl-c-base.h
I think this is good now.
Looks like the bindgen trick works for 24.08 but fails for 23.08 because Fedora 41 bindgen needs a newer glibc... ;;
24.08
23.08
Opened https://github.com/flathub/org.freedesktop.Sdk.Extension.rust-stable/issues/381 upstream but we probably need to find another solution...
I guess we just ship this for 24.08 only for now.
Pull-Request has been merged by asahilina