-
Notifications
You must be signed in to change notification settings - Fork 120
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
Compile with sundials>=6 #617
Comments
Can provide steps to reproduce the problem? |
yes, building from the docker file:
it errors with:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FMPy does not build with sundials 6.x, here is a small patch to add the necessary context argument when calling sundials functions:
0001-Compile-with-sundials-6.patch.txt
this is necessary to get the full build on conda-forge: https://github.com/conda-forge/fmpy-feedstock/blob/main/recipe/meta.yaml#L46
cc @t-sommer
The text was updated successfully, but these errors were encountered: