Skip to content
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

Can't generate crossbuild FMU with CVODE on Windows #12855

Open
bilderbuchi opened this issue Sep 9, 2024 · 3 comments
Open

Can't generate crossbuild FMU with CVODE on Windows #12855

bilderbuchi opened this issue Sep 9, 2024 · 3 comments

Comments

@bilderbuchi
Copy link

bilderbuchi commented Sep 9, 2024

Another "fun" aspect concerning the FMU out-of-the-box experience (#10174) is that the crossbuild image is based on such an old Debian that it ships an ancient CMake, with the consequence of clashing with current default flags

CMake Error at CMakeLists.txt:31 (message):
--fmuRuntimeDepends=modelica requires CMake version 3.21 or higher. You are running version 3.7.2. Use OpenModelica compiler flag '--fmuRuntimeDepends=none' to disable

Frustratingly, using --fmuRuntimeDepends=none as a workaround recommended by the docs causes a subsequent failure

CVODE_DIRECTORY: C:/OpenModelica1.24.0-dev-64bit/lib/x86_64-linux-gnu/omc
CMake Error at CMakeLists.txt:162 (message):
Couldn't find library sundials_cvode in
C:/OpenModelica1.24.0-dev-64bit/lib/x86_64-linux-gnu/omc
-- Configuring incomplete, errors occurred!

Which is no surprise, I guess, because we had to not include runtime dependencies!

In effect, I can't see a way to compile a Linux FMU (e.g. for use in a Docker container) from Windows, while avoiding the Euler solver.

How to work around that? Find another appropriate image with newer versions somehow? Is something that could be used instead of multiarch/crossbuild hosted on the OM docker repo?
@AnHeuermann, any ideas?

Originally posted by @bilderbuchi in #10174 (comment)

@bilderbuchi
Copy link
Author

Ref to the upstream (crossbuild) update request: multiarch/crossbuild#61. I don't think this will be updated any time soon, judging from the activity level on that repo.

@bilderbuchi
Copy link
Author

CVODE_DIRECTORY: C:/OpenModelica1.24.0-dev-64bit/lib/x86_64-linux-gnu/omc

Which is no surprise, I guess, because we had to not include runtime dependencies!

Is maybe some path machinery going wrong here? That CVODE_DIRECTORY path does not exist on my machine, but C:\OpenModelica1.24.0-dev-64bit\lib\omc (i.e. without the arch triplet) does exist, and contains sundials libraries.

@casella
Copy link
Contributor

casella commented Sep 13, 2024

@adrpo could you please take care of that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants