[Ipopt] Accelerate framework of OS X

Marnix Volckaert Marnix.Volckaert at mech.kuleuven.be
Fri Jun 4 05:19:19 EDT 2010


Hi,

I want to install Ipopt on Mac OS X 10.6.3. There is an Apple framework called Accelerate that includes efficient implementations of BLAS and LAPACK, so I prefer to use those instead of the generic BLAS implementation that is downloaded using "get_BLAS".

For writing an Xcode project it is easy to include an external framework like Accelerate, or it is possible to use -framework Accelerate at linktime, and then add #include <Accelerate/Accelerate.h> to any projects that want to access this framework. But I can't figure out how to let the compiler access this framework during installation of Ipopt. Has anyone tried this before?

Cheers,

Marnix




More information about the Ipopt mailing list