Give choice of ATLAS, MKL, and OpenBLAS (with option to override paths)
authorEvan Shelhamer <shelhamer@imaginarynumber.net>
Tue, 15 Apr 2014 07:37:06 +0000 (01:37 -0600)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Tue, 15 Apr 2014 07:49:08 +0000 (01:49 -0600)
commited38827284e27d6af3b48b21a95f4094433d632e
tree30f355487d09b404ff23ee93f808d68ef526a361
parent426f089df4563de9ef2c69e90ec6c66131663a8a
Give choice of ATLAS, MKL, and OpenBLAS (with option to override paths)

- configure build for ATLAS, MKL, or OpenBLAS on Linux and OSX
- allow overriding of the include or lib dirs
- replace magic numbers with BLAS names (atlas, mkl, open)

Follow-up from #305 and #325.
Makefile
Makefile.config.example
docs/installation.md