[Ipopt] lapack

Matthew Galati Matthew.Galati at sas.com
Sat May 31 12:54:42 EDT 2008


Hi - I have an application that requires some lapack functions. I was hoping to use the build process that IpOpt provides.

Is the lapack/blas in Ipopt a subset of all of lapack? 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?

Thanks,
Matt

../ExternalSolvers/MaxClique/Qualex/libQualex.a(eigen.o): In function `symmetric_eigen':
eigen.c:(.text+0x175): undefined reference to `dsyevr_'
eigen.c:(.text+0x27d): undefined reference to `dsyevr_'
/home/magala/COIN/coin-Ipopt/ThirdParty/Blas/.libs/libcoinblas.a(xerbla.o): In function `xerbla_':
xerbla.f:(.text+0x57): undefined reference to `_gfortran_st_write'
xerbla.f:(.text+0x67): undefined reference to `_gfortran_transfer_character'
xerbla.f:(.text+0x77): undefined reference to `_gfortran_transfer_integer'
xerbla.f:(.text+0x7f): undefined reference to `_gfortran_st_write_done'
xerbla.f:(.text+0x89): undefined reference to `_gfortran_stop_numeric'
collect2: ld returned 1 exit status






More information about the Ipopt mailing list