

lapack.diff
===========

This file contains a diff against the original lapack.tgz package.
You need to apply this patch in order to create DLLs for WIN32 platforms.

You will need MinGW32 to compile Lapack (see README.W32 in top source dir).

After unpacking the package and applying the patch you can create DLLs by
typing
 make -fMakefile.win32

This will most probably take some time.

The resulting DLLs should be copied to a location where Windows can find
them (this usually is the windows folder).

The resulting libblas32.dll is not optimized for your system !
So it would be best tou get an optimized BLAS library.
However, this library works, so you may try it first.

