Hi,
does anyone know whether it would be feasible to make Dynare 4.5 compatible with Octave 4 and which steps need to be taken?
See https://github.com/DynareTeam/dynare/issues/1113
Best, Johannes
Hi,
We definitely need to have compatibility with octave 4 (even if this version is not in debian stable). It is possible to build Dynare (mex files) with the octave 4.0. But when I run the testsuite it fails on a lot of tests. A lot of work is needed here... I am trying to write a list of issues (for now the testsuite is not running to the end because of a seg fault).
Best, Stéphane.
Le 17/03/2016 11:01, Johannes Pfeifer a écrit :
Hi,
does anyone know whether it would be feasible to make Dynare 4.5 compatible with Octave 4 and which steps need to be taken?
See https://github.com/DynareTeam/dynare/issues/1113
Best, Johannes _______________________________________________ Dev mailing list Dev@dynare.org https://www.dynare.org/cgi-bin/mailman/listinfo/dev
Le vendredi 18 mars 2016 à 16:28 +0100, Stéphane Adjemian a écrit :
We definitely need to have compatibility with octave 4 (even if this version is not in debian stable). It is possible to build Dynare (mex files) with the octave 4.0. But when I run the testsuite it fails on a lot of tests. A lot of work is needed here... I am trying to write a list of issues (for now the testsuite is not running to the end because of a seg fault).
Note that there is a bug in linsolve in octave 4.0.0 that makes simple MOD files fail. This will be fixed in octave 4.0.1.
In the mean time, you can try the version of octave that is in Debian experimental (4.0.1~rc4-1), and that includes the bugfix.