Closed MaciejKucia closed 4 years ago
Hi @MaciejKucia ,
That would definitely be possible. I think it wouldnt make sense though. Often when making a change in C, there has to be a corresponding change in the Python interface, e.g. when adding an option, modifying external function used inside a C module etc.
It would be nice to have acados as a pip package. But I think it should also include binaries of the shared libraries, which would have to be compiled and uploaded there. I never did this and with different HPIPM and BLASFEO targets, OSs etc, this doesnt seem easy to me.
If someone is willing to push for this it might happen though, feel free to contribute :wink:
For now I have proposed following change: https://github.com/acados/acados/pull/567
At a brief glance, it seems that building python acados_template is independent to main acados codebase.
Thanks!