Fix CMake build of pycaffe
authormax argus <argus.max@gmail.com>
Sat, 4 Oct 2014 11:46:38 +0000 (11:46 +0000)
committermax argus <argus.max@gmail.com>
Wed, 8 Oct 2014 22:44:28 +0000 (22:44 +0000)
commitb9c1eec5a6821e21d12fa67fca98558c2dd3c5f4
tree2c362982a929b8258a108269986e59d1aaf137a1
parent0ba046bc3ec7362b49d239d9d0947c2598a75ef0
Fix CMake build of pycaffe
- generate right shared library name
- fix CMake linking with the new layer factory
- find numpy

Fix finding protobuf.
CMakeScripts/FindNumPy.cmake [new file with mode: 0644]
CMakeScripts/FindProtobuf.cmake [new file with mode: 0644]
python/CMakeLists.txt
src/caffe/proto/CMakeLists.txt