diff options
-rw-r--r-- | math/ipopt/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/math/ipopt/Makefile b/math/ipopt/Makefile index 6da029b31460..e448dd016b7c 100644 --- a/math/ipopt/Makefile +++ b/math/ipopt/Makefile @@ -17,16 +17,14 @@ COMMENT= Software package for large-scale nonlinear optimization LICENSE= EPL -LIB_DEPENDS= liblapack.so:${PORTSDIR}/math/lapack - -USES= fortran libtool pkgconfig tar:tgz +USES= blaslapack fortran libtool pkgconfig tar:tgz GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip CONFIGURE_ENV+= PKG_CONFIG_PATH=${STAGEDIR}${PREFIX}/libdata/pkgconfig -CONFIGURE_ARGS= --with-lapack-lib="-llapack -L/${LOCALBASE}/lib" \ - --with-lapack-incdir=${LOCALBASE}/include/lapack +CONFIGURE_ARGS= --with-lapack-lib="${LAPACKLIB} -L${LOCALBASE}/lib" \ + --with-blas-lib="${BLASLIB} -L${LOCALBASE}/lib" CXXFLAGS+= -ffast-math |