isablanca

Results 3 comments of isablanca

> When I compile with the following command: > > `cmake .. -DBLAS_LIBRARIES="/usr/local/lib/libopenblas.a" -DLAPACK_LIBRARIES="/usr/local/lib/libopenblas.a" -DCMAKE_INSTALL_PREFIX="/usr/local/" -DBUILD_OPENFAST_SIMULINK_API=ON -DBUILD_SHARED_LIBS=OFF` > > I get the error: > > ``` > [ 28%] Linking...

> @isablanca are you on Windows or Linux? If you are on Linux, you need to install the Modelica Standard Librari(es) yourself, see https://openmodelica.org/download/download-linux and https://openmodelica.org/doc/OpenModelicaUsersGuide/latest/packagemanager.html Hi, but I have...

> I am sure you need to force loading of Modelica 3.2.3. If in any OMNotebook file you have `loadModel(Modelica); ` change it to `loadModel(Modelica, {"3.2.3"});`, then save it and...