-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve FreeBSD Support #184
Comments
Regarding the FreeBSD environment to test, the build script I provided in https://github.com/juliohm/cross-platform-opencl should be enough. You can type
to emulate a FreeBSD. |
Thanks! I'll test your build script next. I also setup a FreeBSD VM so I can at least build and run unit tests. |
I confirm that #185 fixed the build on FreeBSD 👍🏽 Now we are totaling 14 platforms, only missing Windows. I've updated the build script as well in case you want to give it a try or add it somewhere in CI to release the binaries for these platforms to end users. |
see: KhronosGroup/OpenCL-SDK#55
A minimum we should modify the OpenCL ICD loader so it checks for FreeBSD or Unix generically vs. just Linux, to fix build issues.
Separately we can investigate renaming some of the source files so they apply more generically to Unix vs. Linux.
The text was updated successfully, but these errors were encountered: