Merge pull request #165 from BVLC/boost-eigen
authorEvan Shelhamer <shelhamer@imaginarynumber.net>
Sun, 23 Mar 2014 05:53:42 +0000 (22:53 -0700)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Sun, 23 Mar 2014 05:53:42 +0000 (22:53 -0700)
MKL/non-MKL Reconciliation

Caffe no longer requires MKL. By default it builds without it, relying on atlas and cblas instead. Set the `USE_MKL` var in your Makefile.config accordingly.


Trivial merge