[Ipopt] lapack
Stefan Vigerske
stefan at vigerske.de
Sun Jun 1 14:12:14 EDT 2008
Hi,
Matthew Galati wrote:
> I am getting some undefined refs when using the build provided by IpOpt. Is there any easy way to add to the build setup to define other functions from blas/lapack?
You can have a look into configure.ac and Makefile.am in ThirdParty/Lapack.
The variables lapack_source_files in line 78 of configure.ac and
LAPACK_FILES in Makefile.am should specify which files are compiled. You
would need to run the autotools after changing these files.
See also
https://projects.coin-or.org/BuildTools/wiki/pm-autotools#RunningtheAutotools
https://projects.coin-or.org/BuildTools/wiki/pm-get-autotools
Stefan
More information about the Ipopt
mailing list