Skip to content

Make Caffe buildable on OSX 10.11.6 with cmake and python3#6017

Open
mprat wants to merge 1 commit intoBVLC:masterfrom
mprat:1.0-osx-buildable
Open

Make Caffe buildable on OSX 10.11.6 with cmake and python3#6017
mprat wants to merge 1 commit intoBVLC:masterfrom
mprat:1.0-osx-buildable

Conversation

@mprat
Copy link
Contributor

@mprat mprat commented Oct 31, 2017

In building Caffe with CMake on OSX 10.11.6 in a virtualenv with python3 I had problems finding the appropriate Boost libraries (in this case it was 1.65.1 installed with Homebrew), but adding these two search statements for Boost (and removing the version restriction) allowed me to build it.

There was also a missing dependency in the requirements.txt.

@Noiredd
Copy link
Member

Noiredd commented Oct 31, 2017

pydot is not in requirements on purpose.

PS: Travis failed to build your PR for some reason, but I manually restarted it and it looks fine now.

@mprat
Copy link
Contributor Author

mprat commented Nov 1, 2017

Re: pydot - that's interesting. If you do make pytest without having pydot installed it fails, so I assumed it was mandatory. Also, I installed Caffe with python3 (and pip3 install pydot) and it passed all the tests as well. It might be that newer versions of pydot fixed the problem.

@Noiredd Noiredd added the mac label Mar 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants