bmcage / odes

The ODES scikit for ordinary differential and algebraic equations, an extension to scipy
https://scikits-odes.readthedocs.io/
Other
124 stars 45 forks source link

support for `sundials>=6.6` #161

Open Naikless opened 12 months ago

Naikless commented 12 months ago

The current releases available via conda-forge only support sundials versions <6.6.0.

Is there a chance to add a version that supports newer versions of sundials?

The backgound is that I am trying to update some of the jupyter examples of cantera and some make use of scikits.odes.dae. Problem is that the newest cantera version only supports sundials>6.6.0 which makes this dependency currently unsolvable.

callegar commented 7 months ago

This is also a problem with all the linux distros based on arch, that currently ships only sundials 7.

callegar commented 7 months ago

Incidentally, is sundials 6.7 supported? Apparently, pip install scikits.odes works fine against it, but from the current report I wonder if there is some issue to be expected later...