Hi there,
I tried to install the versions casadi 2.2.0 and IPOPT 3.2.1 (including the hsl solvers) on a Ubuntu 14.04 system using the instructions from
https://github.com/casadi/casadi/wiki/InstallationLinux with option 1 and 2 for IPOPT.
However, the sIPOPT is not built correctly, which can be seen using when doing the casadi
cmake -DWITH_PYTHON=ON . in the file
FindIPOPT.cmake
line 36
"
find_library(SIPOPT_LIBRARY sipopt
HINTS ${IPOPT_LIBDIR})" must fail, since the *.hpp files are in the respective folders.
I also tried this on Windows using python(x,y). There, python.exe crashes when running parametric_sensitivities.py from the casadi-2.2.0+146.fd28759_example_pack.
Did I do something wrong during the installation or is there a previous version, which supports sIPOPT?
Thank you very much,
Lukas