ComputationalPhysiology / gotran

Library for declaring and translating ODEs
http://computationalphysiology.github.io/gotran/
GNU Lesser General Public License v3.0
2 stars 1 forks source link

Use `dijitso` instead of `instant` for compilation #9

Closed finsberg closed 2 years ago

finsberg commented 2 years ago

Gotran deepens on instant which is used for just in time compilation of C-extension. instant depends on swig which is a quite heavy dependency. We should therefore port gotran to use dijitso instead.

finsberg commented 2 years ago

Fixed in #12