Refs #247. Included lapack source codes. Avoid downloading tar.gz from netlib.org

Based on 3.4.2 version, apply patch.for_lapack-3.4.2.
This commit is contained in:
Zhang Xianyi
2013-07-09 17:00:02 +08:00
parent fbb75e58b1
commit 3eb5af1955
5320 changed files with 1448313 additions and 11 deletions
+10
View File
@@ -0,0 +1,10 @@
The GNUtoMS CMake module helps LAPACK provide MS-compatible DLLs on
Windows when built with a free GNU Fortran compiler (e.g. MinGW). If
MS Visual Studio tools are installed when one configures LAPACK to
build with GNU tools the module extends the shared library link rule.
The extended rule creates both a GNU-style .dll.a import library and a
MS-format .lib import library.
LAPACK CMake code installs the import libraries for both formats.
Applications built using CMake can be configured automatically to use
the import libraries matching the target toolchain.