Re: CLAPack on Win32


[ Follow Ups ] [ Post Followup ] [ Netlib Discussion Forum ] [ FAQ ]

Posted by Terry Hilsabeck on August 01, 1998 at 12:56:54:

In Reply to: CLAPack on Win32 posted by Dean Schulze on April 21, 1998 at 13:59:16:

Yes, I have compiled CLapack with Visual C++ 5.0.

you'll need CLAPACK/BLAS/SRC
CLAPACK/F2CLIBS/LIBF77
CLAPACK/SRC

I compiled a static library for these as
blas.lib
libf77.lib
lapack.lib
respectively.

You'll need to modify the f2c.h file

add these comments:

#define Skip_f2c_Undefs
#define KR_headers

and make line 28: typedef long longint ;

and line 132: longint j ;

You'll also need the header files in CygWin32

That's all folks!

: Does CLAPack compile under Visual C++ 5.0?
: I noticed some messages about problems with
: CLAPack under cygwin32 beta19 and was wondering if
: it is worth trying to compile it under VC++ 5.0.

: Thanks. (Please cc: me at dwschulze@nwe-net.com)




Follow Ups: