Re: [Lapackpp-devel] Appreciation and suggestion
Status: Beta
Brought to you by:
cstim
From: Aosheng R. <ro...@gm...> - 2006-08-18 15:38:26
|
What I have done with CVS. Basically I follow your instructions and CVS. These are what I did: ********************************************************************** 1) Visit https://sourceforge.net/cvs/?group_id=99696 When I am required to CVS, I choose the packagename as lapackpp. 2) ./autogen.sh ./configure make dist 3) Move lapackpp 2.4.12.tar.gz from Linux to Windows 4) Unpack .tar.gz and Compile it. The Compiling of lapackpp package on window looks successful. I get dynamic library lapackpp.dll and static library lapackpp.lib. I compile tGenSolve.cc under Testing dir and run it. The results look correct. The problem right now may be related to complex-value matrix. The error messages also indicate the errors come from the complex-value matrix in gmc.h. BTW, I use the same lapackpp package and the same application program for testing on Linux and Windows. I would do more tests and try to find the problems. I would report my testing status. Regards, |