-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
boost-eigen branch doesn't build on OSX 10.7, 10.9 (10.8 untested) #122
Comments
Potential fix: split cpp/cu layer implementations. Also a step toward a cpu-only build of Caffe. (Clarification: Caffe works fine in cpu-only mode now, but the cuda libraries are still needed for build.) |
splitting caffe into cpp/cu parts would be a incredibly helpful feature. especially with all the cuda issues in Mavericks 10.9, it would be nice to be able to build caffe without cuda support. |
@shelhamer it doesn't build in OSX 10.7 either |
While this isn't yet solved, it is understood and documented at the crucial PR #165 so I'm closing this to focus the conversation. |
Add basic v5 support
Post #97 boost-eigen does not build on OSX 10.9 (< 10.9 is untested) because of an odd CUDA and boost conflict. See #97 (comment).
Ideally, this will be fixed before the integration to
master
.The text was updated successfully, but these errors were encountered: