-
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
Support OS X Yosemite / 10.10 #1740
Conversation
This still suffers from the |
Support OS X Yosemite / 10.10
Yay, works, but Makefile gets overwritten if people foolishly call cmake |
This should probably be mentioned/referenced/clarified here: |
Yes -- the installation docs will be overhauled in the next release with a
|
33a56e0 adds the Makefile condition for Yosemite and CUDA 7 to agree on libc++ so OS X 10.10 users should not switch dependencies to libstdc++. |
CUDA 7 is at last compatible with libc++, so on OS X the installation will be much simpler since the libstdc++ workaround for NVCC compatibility will no longer be needed. Until then, compiling Caffe on OS X Yosemite almost just works, but this takes care of the details:
Thanks to @leonardt @drdan14 @pluskid scottsievert and others for reporting these issues with fixes.
Note: this PR is to dev because a release will be made soon.