Thu 19 Oct 2017 08:16:09 AM UTC, comment #3:
Hi,
odepkg 0.8.5 should NOT be installed
in Octave 4.2 as it shadows ode solvers and utilities
that are now built into core.
Unfortunately it seems pkg does not have a "maximum
compatibility version" feature in order to prevent this.
It seems many of the changes you made are already in the
development repository.
Can you please rework this as a changeset relative
to the current development repository of odepkg?
If you want this to work with Octave 4.2.1 you should
compare to the "default" branch.
https://bitbucket.org/odepkg/odepkg/src
Ideally, a pull request on bitbucket would be even better.
Thanks,
c.
|
Mon 14 Aug 2017 01:03:17 PM UTC, comment #1:
A fix for this has been applied in the
development repository for odepkg,
I used a different patch provided by jwe
elsewhere instead of that posted here though.
This is only expected to work with Octave
4.3.0+.
Testing is welcome, to test the latest
version please try
c.
|
Wed 28 Oct 2015 12:39:45 PM UTC, original submission:
I am using Octave 4.0.0 with 64bit integer support. Compiled with gcc 4.8.5. When I try to install odepkg 0.8.5 from Octave-Forge I got the error below. The error exists in 4 files an can be fixed by a typecast. Furthermore, the Makefile does not read the F77_INTEGER8_FLAG out of the mkoctfile data.
I attached a patch, which solved the problem on my system.
|