Re: cvodes error in MCSim
[email protected] Tue, 10 Mar 2020 15:56:59 +0100 (CET)
| Newsgroups | gmane.comp.gnu.mcsim.bugs |
|---|---|
| Message-ID | <4912842.309293.1583852219296.JavaMail.root@zimbra62-e11.priv.proxad.net> |
Yes, this is a real problem with Sundials. They keep changing the mere stru=
cture of the code. If we keep changing the code and keep compatibility with=
the previous version, it will be Hell. I thing that we have to distribute =
the version that works with MCSim at a given version and tell people that t=
hey should not update Sundials after that. They can have different concurre=
nt versions though. I think we can make ensure that a specific version of t=
he Sundials library is called. If users need to update they should ask us o=
r be ready to get their hands dirty in the code.
Meanwhile, you should either disable Sundials for you and work with Lsode, =
or reinstall the previous Sundials version, or change the code manually.=20
----- Mail original -----
De: "Nan-Hung Hsieh"
Envoy=C3=A9: Mardi 10 Mars 2020 01:35:30
Objet: cvodes error in MCSim
There is a bug in mcsim-6.1.0. After installed the sundials-
5.1.0, I can not reinstall the MCSim. It shows a error message when
'make" the program.
-fPIC -DPIC -o .libs/sim.o
sim.c:58:10: fatal error: cvodes/cvodes_band.h: No such file or
directory
#include <cvodes/cvodes_band.h> /* prototype for CVBand */
^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
I guess the cvodes_band.h had been removed or renamed in the latest
version.