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.