[Ipopt] Accelerate framework of OS X

Stefan Vigerske stefan at math.hu-berlin.de
Fri Jun 4 05:35:46 EDT 2010


Hi,

three months ago there was a message on this list suggesting to use the
configure flags
  --with-blas="-framework vecLib"
  --with-lapack="-framework vecLib"
on Mac. That works also good for me.
Maybe you can try similar with "Accelerate".

Stefan

Am 04.06.2010 11:19, schrieb Marnix Volckaert:
> 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
> 
> 
> _______________________________________________
> Ipopt mailing list
> Ipopt at list.coin-or.org
> http://list.coin-or.org/mailman/listinfo/ipopt
> 



More information about the Ipopt mailing list