default path to oct files

JF Cardoso cardoso at enst.fr
Wed Jul 9 12:06:41 CDT 2008


Hello,


With octave 3.0.0, the defaut path includes both:
  /usr/local/libexec/octave/3.0.0/oct/i686-pc-linux-gnu
  /usr/local/libexec/octave/site/oct/api-v32/i686-pc-linux-gnu

With octave 3.0.1, it only includes:
  /usr/local/libexec/octave/3.0.1/oct/i686-pc-linux-gnu

This is a minor annoyance to me which I fixed by adding
  addpath(octave_config_info.localapioctfiledir) ;
to my ~/.octaverc file.

I am reporting this in case this change is unintentional (I cannot
find mention of it in the Changelog, but I may be looking at the wrong
places).

Cheers,
JF


More information about the Octave-maintainers mailing list