Adding CMAKE Support for LAPACKE.
authorjulie <julielangou@users.noreply.github.com>
Tue, 10 Jan 2012 23:15:10 +0000 (23:15 +0000)
committerjulie <julielangou@users.noreply.github.com>
Tue, 10 Jan 2012 23:15:10 +0000 (23:15 +0000)
commit36369de32a319e7256cfe9028fe0d8329bed13b7
tree6fae2510592ec290d79a4d512d444f028caceb0b
parent491fcee0303e374ba6df7b44247747624b956131
Adding CMAKE Support for LAPACKE.
Now we can generate dll for LAPACK and LAPACKE directly for Mingw so that FORTRAN compiler is longer needed.
Because LAPACKE contains some routines from MATGEN (for PLASMA), LAPACKE will requires the tmglib library.

Add some LAPACK 3.4.0 routines were missing in the CMAKE LAPACK build.
13 files changed:
CMAKE/FortranMangling.cmake [new file with mode: 0644]
CMAKE/lapack-GNUtoMS.cmake
CMakeLists.txt
SRC/CMakeLists.txt
TESTING/MATGEN/CMakeLists.txt
lapack_build.cmake
lapacke/CMakeLists.txt
lapacke/include/CMakeLists.txt
lapacke/mangling/CMakeLists.txt [new file with mode: 0644]
lapacke/mangling/Cintface.c [new file with mode: 0644]
lapacke/mangling/Fintface.f [new file with mode: 0644]
lapacke/src/CMakeLists.txt
lapacke/utils/CMakeLists.txt