Closed Magalame closed 5 years ago
With the 3.1.1 version the tests seem to go well:
hmatrix-tests-0.19.0.0: test (suite: hmatrix-base-testsuite)
hmatrix-sundials-0.19.0.0: test (suite: hmatrix-sundials-testsuite)
hmatrix-sundials-0.19.0.0: Test suite hmatrix-sundials-testsuite passed
hmatrix-tests-0.19.0.0: Test suite hmatrix-base-testsuite passed
hmatrix-tests-0.19.0.0: test (suite: hmatrix-gsl-testsuite)
hmatrix-tests-0.19.0.0: Test suite hmatrix-gsl-testsuite passed
Completed 2 action(s).
Thanks I just discovered this myself http://sundials.2283335.n4.nabble.com/ARKodeGetCurrentButcherTables-td4655603.html but haven’t had a response - one thing I could do would be to disable this (hopefully temporarily) until there is a fix from the sundials folks.
You're very welcome! I think maybe just writing in the doc that it only works up to 3.2.1 would be fine?
I have disabled some of the functionality :( notably the ability to get the tableau for the RK scheme and now we have a "working" version in its on repo: https://github.com/haskell-numerics/hmatrix-sundials.
Running
stack test --extra-lib-dirs=/home/user/Downloads/sundials-4.1.0/builddir/include --extra-lib-dirs=/home/user/Downloads/sundials-4.1.0/builddir/src/arkode --extra-lib-dirs=/home/user/Downloads/sundials-4.1.0/builddir/src/cvode --extra-include-dirs=/home/user/Downloads/sundials-4.1.0/include --extra-include-dirs=/home/user/Downloads/sundials-4.1.0/builddir/include/sundials/include
give notably:
(
include/arkode/arkode.h
doesn't exportARK_S_MAX
anymore)Solving this could take time (no idea), but it might be useful to mention the last version the library was tested with.
Edit: it seems last the breaking changes happen in version 4.0.0, so the last good version would be 3.1.1