conda-forge / casadi-feedstock

A conda-smithy repository for casadi.
BSD 3-Clause "New" or "Revised" License
8 stars 12 forks source link

Enable WITH_OSQP option #51

Closed traversaro closed 3 years ago

traversaro commented 3 years ago

To include a QP solver in the build of CasADi, it would be nice to enable the WITH_OSQP . For compatibility with the modern version of osqp available in conda-forge, we could backport the patches in https://github.com/casadi/casadi/pull/2671 .

traversaro commented 3 years ago

A problem was found in Windows build of libosqp, better to wait for it to be fixed before opening a PR to fix this: https://github.com/conda-forge/libosqp-feedstock/pull/6 .