lapack-autoconf =============== NOTE, 2011-19-21: For lapack 3.3.1, use lapack-3.3.1-autoconf.tar.gz but for lapack 3.2.2 use lapack-autoconf-0.1.tar.gz A small package which adds GNU autoconf support for building LAPACK 3.3.1 or 3.2.2 (with or without the reference BLAS). That is, it supports ./configure ; make ; make check ; make install It builds shared libraries libblas-3.3.1.so and liblapack-3.3.1.so by default, but offers the usual configure options. To try it out: * Get the LAPACK 3.3.1 source, http://www.netlib.org/lapack/lapack.tgz and unpack it. * Unpack lapack-autoconf.tgz in the top level LAPACK source directory. * Do "./configure --help" and/or read README.autconf * configure and build. Note: unpacking lapack-autoconf.tgz overwrites some of the original Netlib makefiles, and running ./configure overwrites others. However the package includes backups, and if you want to restore the original state of these files, do ./tools/restore_makefiles Allin Cottrell Wake Forest University 2011-10-21