I am mostly following this post to install OBOE in MAC OS 10.9:
https://projects.coin-or.org/OBOE/wiki/MacosxOboe
However, in step 4:
I tried to install LAPACK++ with failure from this source:
I type ./configure
configure: error: Blas/Lapack was not found.
*** This means Lapack++ and matrix support cannot be compiled.
*** This makes this library unusable. Please get blas and lapack
*** installed. If you do have these installed, use the options
*** --with-blas=<libname> or --with-lapack=<libname> and/or set
*** the env variable LDFLAGS to include the appropriate linker
*** flags.
But I have libblas.a
, liblapack.a
, librefblas.a
, libtmglib.a
in my /usr/local/lin
folder. Can any one help?