Toch7 Intel MKL not found
I am on Mac OS X Yosemite, and although I had installed Intel MKL properly, I was getting a mkl_intel_lp64 not found
message when I was trying to install Torch7.
The solution was found by adding the following links to your .profile
.
source /opt/intel/composer_xe_2015.3.187/bin/compilervars.sh intel64
and most importantly:
export CMAKE_INCLUDE_PATH=$CMAKE_INCLUDE_PATH:/opt/intel/compilers_and_libraries/mac/include:/opt/intel/mkl/include
export CMAKE_LIBRARY_PATH=$CMAKE_LIBRARY_PATH:/opt/intel/compilers_and_libraries/mac/lib:/opt/intel/mkl/lib