bmcage/odes

support for `sundials>=6.6`

Naikless opened this issue · 2 comments

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.

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

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...