summaryrefslogtreecommitdiff
path: root/CMAKE/lapack-GNUtoMS.cmake
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2012-01-10 23:15:10 +0000
committerjulie <julielangou@users.noreply.github.com>2012-01-10 23:15:10 +0000
commit36369de32a319e7256cfe9028fe0d8329bed13b7 (patch)
tree6fae2510592ec290d79a4d512d444f028caceb0b /CMAKE/lapack-GNUtoMS.cmake
parent491fcee0303e374ba6df7b44247747624b956131 (diff)
downloadlapack-36369de32a319e7256cfe9028fe0d8329bed13b7.tar.gz
lapack-36369de32a319e7256cfe9028fe0d8329bed13b7.tar.bz2
lapack-36369de32a319e7256cfe9028fe0d8329bed13b7.zip
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.
Diffstat (limited to 'CMAKE/lapack-GNUtoMS.cmake')
-rw-r--r--CMAKE/lapack-GNUtoMS.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMAKE/lapack-GNUtoMS.cmake b/CMAKE/lapack-GNUtoMS.cmake
index 490700c9..1ad8db1f 100644
--- a/CMAKE/lapack-GNUtoMS.cmake
+++ b/CMAKE/lapack-GNUtoMS.cmake
@@ -4,7 +4,7 @@ if(MINGW OR MSYS OR CYGWIN)
endif()
# Replace each imported target's import library.
-foreach(lib blas lapack)
+foreach(lib blas lapack tmglib lapacke)
# Replace for all imported build configurations.
get_property(configs TARGET ${lib} PROPERTY IMPORTED_CONFIGURATIONS)
foreach(config ${configs})