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:
Yuri Victorovich 2022-03-04 11:11:49 -08:00
parent c6c7338898
commit a035883792

View file

@ -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