Page 1 of 1

install 3.2.1 using cmake and VS 2008 (XP64)

PostPosted: Thu Apr 08, 2010 4:52 am
by tochap
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

Re: install 3.2.1 using cmake and VS 2008 (XP64)

PostPosted: Fri May 21, 2010 6:01 am
by matali
I have also the same problem: There is no INSTALL project!

Re: install 3.2.1 using cmake and VS 2008 (XP64)

PostPosted: Thu Jul 22, 2010 8:40 am
by pgtdirect
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[/quote]

This same error occurs for , is there any rectification for this error

Re: install 3.2.1 using cmake and VS 2008 (XP64)

PostPosted: Tue Jul 27, 2010 6:09 pm
by cottrell
I'm not sure about CLAPACK, but with regular LAPACK the cmake system
(new in 3.2.2) was incomplete and produced symptoms somewhat similar
to what you are describing. I gather that has now been fixed in svn
( http://icl.cs.utk.edu/svn/lapack-dev/lapack/trunk )
though I don't know how relevant that is for CLAPACKers.

Allin Cottrell