Setup Armadillo with openblas
OpenBLAS includes not-only BLAS (multithreaded) but also LAPACK (copy from Netlib).
git clone git://github.com/xianyi/OpenBLAS.git
cd OpenBLAS/
git checkout develop # Dev branch, usually stable. 'master' branch is release branch