Commit patch sent by Sébastien Fabbro to enable LAPACKE built without LAPACK.
authorjulie <julielangou@users.noreply.github.com>
Thu, 26 Apr 2012 13:22:53 +0000 (13:22 +0000)
committerjulie <julielangou@users.noreply.github.com>
Thu, 26 Apr 2012 13:22:53 +0000 (13:22 +0000)
commitf6b3a42a1da0414470a9d50f7992b15eeb529059
tree4f393221d07a06858a7c4db1b4689bd8955d8a69
parent8f06ee757c2375bcf0c7397013e36ea7c6df30f6
Commit patch sent by Sébastien Fabbro to enable LAPACKE built without LAPACK.
The patch has been modified a little by Julie as there were some minors problems.
This also fix the BUILD_TESTING=OFF option problem reported by Marcin on lapack mailing list.

From Sébastien:
Here is a patch to compile lapacke with CMake using an already
existing optimized lapack library instead of forcing the build of the
included one in the tar ball. It applies to the latest lapack svn
trunk.
CMakeLists.txt
TESTING/EIG/CMakeLists.txt
TESTING/LIN/CMakeLists.txt
TESTING/MATGEN/CMakeLists.txt
lapacke/CMakeLists.txt
lapacke/example/CMakeLists.txt