Add CMAKE support to LAPACK
authorjulie <julielangou@users.noreply.github.com>
Tue, 11 Aug 2009 21:58:21 +0000 (21:58 +0000)
committerjulie <julielangou@users.noreply.github.com>
Tue, 11 Aug 2009 21:58:21 +0000 (21:58 +0000)
commit17112c1f29d9f7a7ff72de549c70845f40a37145
treeb96e520fccdb87b13abb706a97561d11a3570b94
parent8a4a5ccc1ecec7966779696e79d492a604521870
Add CMAKE support to LAPACK
15 files changed:
BLAS/CMakeLists.txt [new file with mode: 0644]
BLAS/SRC/CMakeLists.txt [new file with mode: 0644]
BLAS/TESTING/CMakeLists.txt [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
CTestConfig.cmake [new file with mode: 0644]
CheckTimeFunction.cmake [new file with mode: 0644]
SRC/CMakeLists.txt [new file with mode: 0644]
TESTING/CMakeLists.txt [new file with mode: 0644]
TESTING/EIG/CMakeLists.txt [new file with mode: 0644]
TESTING/LIN/CMakeLists.txt [new file with mode: 0644]
TESTING/MATGEN/CMakeLists.txt [new file with mode: 0644]
TESTING/runtest.cmake [new file with mode: 0644]
cmake_install.cmake [new file with mode: 0644]
lapack-config-version.cmake.in [new file with mode: 0644]
lapack-config.cmake.in [new file with mode: 0644]