-
Notifications
You must be signed in to change notification settings - Fork 35
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
fix/opencl-framework fixes building for OSX #52
Conversation
There were the following issues with your Pull Request
Guidelines are available at https://github.com/autumnai/leaf/blob/develop/CONTRIBUTING.md#git-commit-guidelines This message was auto-generated by https://gitcop.com |
OSX Requires a -framework option to compile opencl FIX autumnai#46
12bc044
to
3792b70
Compare
Is that change everything that is necessary to get Collenchyma to compile on OS X? I notice that you didn't mention a |
@hobofan it's certainly possible that the workaround mentioned in #46 is still required. You'll notice in my Gitter that I basically removed compilation of CUDA from the So to get
|
@johnnyman727 |
@johnnyman727 That being said, I think I'll accept the PR. Maybe that code fix and enough, but I'll reopen #46, since it isn't guaranteed to be resolved. Thanks @y-ich and @johnnyman727 ! 👍 |
@homu r+ |
📌 Commit 3792b70 has been approved by |
⚡ Test exempted - status |
fix/opencl-framework fixes building for OSX OSX Requires a -framework option to compile opencl FIX #46
OSX Requires a -framework option to compile opencl
FIX #46