Hi,
I have tried to install CLAPACK 3.2.1 on Windows XP 64 bits, following the instructions from the paragraph "Easy Windows Build" in
http://icl.cs.utk.edu/lapack-for-window ... index.html
i.e., using Cmake. Steps 1 to 5 worked fine.
Step 6: there is no project called 'INSTALL' in the VS 2008 solution. There is a project called PACKAGE, but when I try to build it I get the following errors:
------ Build started: Project: PACKAGE, Configuration: Release Win32 ------
Performing Post-Build Event...
CPack: Create package using NSIS
CPack: Install projects
CPack: - Install project: CLAPACK
CPack Error: Error when generating package: CLAPACK
Project : error PRJ0019: A tool returned an error code from "Performing Post-Build Event..."
(I had NSIS already installed).
When I try to build the RUN_TESTS, I get the following errors:
------ Build started: Project: RUN_TESTS, Configuration: Release Win32 ------
Performing Post-Build Event...
Start processing tests
Test project F:/Programs/CLAPACK-3.2.1 - bin
No tests were found!!!
Could you please tell me what I should do?
Tom

