2011-05-14 Release 2 * eval.c: fix missing #endif resulting from the code cleanup for the release * patches/donlp2-fmin.diff: new patch, fixes donlp2 compilation * Makefile, Makefile.ipopt: use the system lp_solve library * eqconst.c: use #include (system) instead of #include "lp_lib.h" * patches/lpsolve-5.5-enable-debug.diff: drop, should be handled by the system * patches/Makefile.inc: update for MUMPS 4.10.0 * patches/MUMPS-4.7.3-fix-uninitialized.diff: drop, fixed in newer MUMPS * Makefile.ipopt: update to use Ipopt 3.9.3 * patches/ipopt-fix-makefiles.diff: update for Ipopt 3.9.3 * patches/ipopt-3.3.1-fix-with-mumps-dir.diff: drop, fixed in newer Ipopt Note: Use --with-mumps-lib="-LMUMPS_4.10.0/lib -ldmumps -lmumps_common -lpord -LMUMPS_4.10.0/libseq -lmpiseq" --with-mumps-incdir="MUMPS_4.10.0/include -IMUMPS_4.10.0/libseq" instead of --with-mumps-dir with current versions of Ipopt. Another note: Use COIN_SKIP_PROJECTS=HSL to avoid building HSL stuff. * licenses.txt: update reproduced copy of the MUMPS Conditions of Use * licenses.txt, *.c, *.h: clarify that upstream's trivial changes to the MUMPS Conditions of Use don't make them a different license * licenses.txt, *.c, *.h: allow linking with code under the Eclipse Public License, used by current versions of Ipopt 2007-11-15 Release 1 * initial release as documented in my diploma thesis