conda-forge / casadi-feedstock

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

add QPOASES #74

Closed EveCharbie closed 1 year ago

EveCharbie commented 1 year ago

We are using casadi, rbdl and biorbd in bioptim and would like to have access to an SQP solver which relies on qpoases

conda-forge-linter commented 1 year ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

traversaro commented 1 year ago

Note that adding qpOASES like this may create conflicts with programs that link both casadi and qpOASES (from https://github.com/conda-forge/qpoases-feedstock), as the qpOASES symbols of the qpOASES vendored in casadi are public and with full visibility, see the output of nm -C -s $CONDA_PREFIX/lib/libcasadi_conic_qpoases.so | grep qpOASES. I opened https://github.com/conda-forge/casadi-feedstock/issues/75 to track this.