If you have the download utility wget installed on your
system, retrieving source code for BLAS (the inefficient reference
implementation, not required if you have a precompiled library), as
well as 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.