Next: Download HSL Subroutines
Up: Download External Code
Previous: Download External Code
Contents
If you have the download utility wget installed on your
system, retrieving BLAS, LAPACK, and ASL is straightforward using
scripts included with the ipopt distribution. These scripts download
the required files from the Netlib Repository
(www.netlib.org).
$ cd $IPOPTDIR/ThirdParty/Blas
$ ./get.Blas
$ cd ../Lapack
$ ./get.Lapack
$ cd ../ASL
$ ./get.ASL
If you do not have wget installed on your system, please read
the INSTALL.* files in the
$IPOPTDIR/ThirdParty/Blas,
$IPOPTDIR/ThirdParty/Lapack and
$IPOPTDIR/ThirdParty/ASL directories for alternative
instructions.
Andreas Waechter
2008-08-26