1.Download the atlas from here
2. Change to the root directory of the open atlas. Install it using the instructions:
mkdir build
cd build
../configure --shared
make
make install
3. Extract the Makefile.configcaffe file :
BLAS_LIB := /usr/local/atlas/lib/
/usr/local/atlas/lib/ contains libtatlas.so
source
share