mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
math/ipopt: Disable Java option
It was breaking when guavac, jikes, or javac executables were found. PR: 262347 Reported by: gja822@narod.ru
This commit is contained in:
parent
c6c7338898
commit
a035883792
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ INSTALL_TARGET= install-strip
|
|||
CONFIGURE_ENV+= PKG_CONFIG_PATH=${PREFIX}/libdata/pkgconfig \
|
||||
CXX="${CXX} -B${LOCALBASE}/bin"
|
||||
CONFIGURE_ARGS= --with-lapack-lib="${LAPACKLIB} -L${LOCALBASE}/lib" \
|
||||
--with-blas-lib="${BLASLIB} -L${LOCALBASE}/lib"
|
||||
--with-blas-lib="${BLASLIB} -L${LOCALBASE}/lib" \
|
||||
--disable-java
|
||||
|
||||
CXXFLAGS+= -ffast-math
|
||||
DEBUG_CXXFLAGS= -fomit-frame-pointer
|
||||
|
|
Loading…
Add table
Reference in a new issue