-
After making three variable modifications to `Makefile.rule`:
```
BLAS_API = 1
FORTRAN_BLAS_API = 1
CBLAS_API = 1
```
of commit 78c3120e, I run `make` and then receive the following error:
```
…
-
I needed to replace the `import casadi.*` because it is not supported on Octave 4.2.2
Then i get this error when running `linear_mass_spring_model/example_ocp.m`
```
compiling /home/jonas/repos…
-
Hi where are the docs again? Would make sense to link them on the github somewhere.
It used to be [https://acados.syscop.de/](https://acados.syscop.de/) i think but now this redirects to BLASFEO..…
-
Apparently, `blasfeo_strsv_lnu` and `blasfeo_strsv_unn` are not implemented for high-performance linear algebra.
Is it on the roadmap anytime soon?
-
Right now ExternalProjects (or some of them at least, like hpmpc and blasfeo) have _INSTALL_COMMAND " "_ in order to avoid cmake runnig install whenever a build is called. However this causes External…
-
Hi guys,
I am very new to Casadi and have been trying to understand how the basics work. Please bare with me if the question is very trivial :). For now I was trying to evaluate the following symbo…
-
Once we have the Simulink interface #89 and Windows support #88 , we can start thinking about how to bring this all together for dSpace and try it out on one of their platforms.
-
Hi, I've installed CasADi from `conda-forge` following [your guide](https://github.com/casadi/casadi/wiki/InstallationInstructions#option-3-casadi-on-conda). The code test proposed [in your quick inst…
-
Hello,
First, thank you very much for the library. I had the following issue in stable branch:
make static_library worked, but make test_problem results in the following error for me
`gcc -o te…
-
I'm a earlier.
I have changed target to armv7 in Makefile.rule and make.
but error occur.
gcc: error :unreconized command line option '-mfpu=neon-vfpv4'
what do i have to do?
thanks in advance.