I tried to follow the "Easy" install for windows but after fighting with MinGW nothing is working. CMake complains that the fortran compiler can not compile anything. Blah Blah. Blah. The directions on the web site are NOT clear at all. I need directions that take from "I don't have MinGW' on my system. I need to compile LAPACK/BLAS for 32 bit & 64 Bit in both Debug and Release modes for Visual Studio 2005, 2008, 2008 SP1 and VS2010. I don't see where there are any compatible precompiled binaries for any of those.
What is really needed is a full "SDK" for LAPACK/BLAS for windows. I want to download a single installation that has the Headers, Libraries, Runtime Libraries and anything else that is needed for me to actually use LAPACK/BLAS on a windows machine. The directory should be laid out as the usual "/include, /lib". That way it is much easier for someone to get up and going with LAPACK/BLAS. I don't want to download a bunch of separate libraries. I want a nice single archive to download and use. DON'T be cute and use an installer. Some users can not use installers because of permissions. Just .zip the thing up. Provide a LAPACKConfig.cmake file if possible. That would be nice.
Mike

