SIGN IN SIGN UP
BVLC / caffe UNCLAIMED

Caffe: a fast open framework for deep learning.

0 0 35 C++

Fix caffe rpath

The logic for setting the library RPATH checks whether or not
${CMAKE_INSTALL_PREFIX}/lib is a system directory, and if not
adds it to the library RPATH. However, caffe does not install
to ${CMAKE_INSTALL_PREFIX}/lib, it installs to
${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR} (from
GNUInstallDirs). CMAKE_INSTALL_LIBDIR may be something like
"lib/x86_64-linux-gnu"
J
Josh Bialkowski committed
7b721207235732846666143070f4990707bcb66d
Parent: 1de4ceb