From f6352ff275d76c4c5729b21cb0c72c0b5f3006de Mon Sep 17 00:00:00 2001 From: Mahder Gebremedhin Date: Wed, 28 Jul 2021 22:10:44 +0200 Subject: [PATCH] Added Ipopt-3.13.4 - It is actually addded in the commits just before this one. Squashed and added to the 3rdParty tree. - Ipopt matches stable 3.13 branch and modified as follows: - We took https://github.com/rjodon/coinor-ipopt-with-cmake which is based on 3.13.0 - Rebased the changes from that repository on top of https://github.com/coin-or/Ipopt.git stable/3.13 which is at 3.13.4 now - Modified the cmake configuration heavily. - Added MUMPS 4.10.0 by default - Added CMake support for MUMPS - All of this is done and recorded in the repository https://github.com/mahge/coinor-ipopt-with-cmake ipopt-cmake-3.13.4 - Finally this last repository is squashed and added to OMCompiler/3rdParty - Ipopt is now configured and compiled using CMake. --- Ipopt.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ipopt.txt b/Ipopt.txt index 4ed255e65..c6a62f57f 100644 --- a/Ipopt.txt +++ b/Ipopt.txt @@ -1 +1 @@ -git subtree add --squash --prefix Ipopt https://github.com/coin-or/Ipopt.git stable/3.12 +git subtree add --squash --prefix Ipopt-3.13.4 https://github.com/mahge/coinor-ipopt-with-cmake.git ipopt-cmake-3.13.4