- The C-preprocessor defines
COIN_IPOPT_CHECKLEVEL
,COIN_IPOPT_VERBOSITY
, andFORTRAN_INTEGER_TYPE
, which are defined by IpoptConfig.h, have been renamed toIPOPT_CHECKLEVEL
,IPOPT_VERBOSITY
, andIPOPT_FORTRAN_INTEGER_TYPE
, respectively.
They are still available under their previous name, but these will be removed in Ipopt 3.14. - Changed dependencies as used by coinbrew to use new versions (2.1) of ThirdParty/HSL and ThirdParty/MUMPS and dropped ThirdParty/Metis.
The new versions of the HSL and MUMPS build scripts now look for a Metis library in the system and should work with both Metis 4 and Metis 5. - Changed location where Java interface jar gets installed from
$libdir
to$datadir/java/
. - minor fixes to buildsystem