-
Notifications
You must be signed in to change notification settings - Fork 280
Fix compilation with EXT_DEP=OFF
and test it on Github actions
#1235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Both BLASFEO and HPIPM now have an In BLASFEO, removing the possibility to perform dynamic memory allocation comes with some consequences for some routines and matrix size combinations: possibly the routine would exit for too large matrix sizes. |
This reverts commit 2e267b9.
- update BLASFEO and HPIPM - create C example that does not use the BLASFEO print routines - create a Github actions workflow that tests compilation with `EXT_DEP=OFF`. - addresses the issue reported in https://discourse.acados.org/t/compiling-error-for-microautobox-iii/1757
EXT_DEP=OFF
.