Hi, I want to use clapack in VS2008 in Win 7. So I downloaded clapack-3.2.1-CMAKE.gz, unpack to a file clapack-3.2.1-CMAKE, and then do the following to compile clapack using CMAKE
1. Open CMAKE
2. "Where is the source code:" point to the folder contains clapack-3.2.1-CMAKE (D:/HPC_Software/Clapack-install in my case)
3. Point to a new folder where to build the binary
4. Configure
It generates the following error:
CMake Error: The source directory "D:/HPC_Software/Clapack-install" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
Does anyone know where CMakeLists.txt is?
Jacky