Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
[cmake/build] Fix pyCaffe installation #5670
+5
−0
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cepiross commentedJun 5, 2017
•
edited
Since caffe library suffix introduces pycaffe trouble in cmake installation as described in #4314 (MacOS), suffix modification have to be specified.
This PR also considers the existing opencl/windows branch 2794c97 for compatibility.