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 support #65

Closed traversaro closed 2 years ago

traversaro commented 2 years ago

This PR adds qpOASES to the solvers that CasADi can use.

Fix https://github.com/conda-forge/casadi-feedstock/issues/21 .

Checklist

conda-forge-linter commented 2 years 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 2 years ago

Closing as we actually need to patch casadi to find a system-installed qpOASES, similar to what is done in https://github.com/casadi/casadi/pull/2671 for qpOASES.