From: Rafael L. <rla...@us...> - 2003-03-14 22:53:53
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv10266 Modified Files: sysloc.in Log Message: This is the implementation of Joao's idea: if the Octave prefix does not coincide with the PLplot one, then the plplot_octave.oct file is installed in the same directory of the .m scripts (PLPLOT_OCTAVE_DIR). Otherwise, it gets installed in the Octave versioned directory present already in the system (${prefix}/libexec/octave/<version>/oct/<arch>). This has the nice effect of really limiting the use of PLplot_Octave to the version of Octave with which the bindings have been built. I recently knew that there are binary incompatibilities between the .oct files generated with mkoctfile-2.1.36 and mkoctfile-2.1.46. |