Add possibility to link against Lapack
Created by: gcarleo
This PR adds the possibility to link Eigen against native Lapack libraries, typically offering a speed-up over internal Eigen implementations. If Lapack is not installed, the CMake falls back to the Eigen internals. This PR also removes testing enabled by default, since this substantially increases compilation time (mostly because of the Boost monster used in some unit test).