diff options
Diffstat (limited to 'academic/octave/README')
-rw-r--r-- | academic/octave/README | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/academic/octave/README b/academic/octave/README index 4738a352f2..2a6c9cc1de 100644 --- a/academic/octave/README +++ b/academic/octave/README @@ -17,15 +17,21 @@ are not configured to detect/use alternate implementations. These optional dependencies will be used if found (see INSTALL.OCTAVE, in the Octave source, for a description of what each dependency offers): amd, camd, colamd, ccolamd, cholmod, umfpack, cxsparse, glpk, arpack-ng, -qrupdate, qhull, hdf5, fltk, ftgl, gl2ps, jdk, GraphicsMagick, portaudio. +qrupdate, sundials, qhull, hdf5, fltk, ftgl, gl2ps, jdk, GraphicsMagick, +portaudio. + +Octave can use either Qt4 or Qt5, and it will select Qt5 if both are +installed. You can force it to use a particular version by passing QT=4 or +QT=5 to the script. If Qt5 is selected and it does not find a Qt5 version of +QScintilla, then the editor window in the GUI will be disabled. If you need +the editor window and have both Qt versions installed, force it to use Qt4. Octave can use ImageMagick (part of Slackware) or GraphicsMagick (available -from SBo) for some functionality. ImageMagick 6.8.6-10 from Slackware 14.1 -appears to be incompatible (build failure). Octave searches for -GraphicsMagick by default, and previous versions of this script changed the -default to ImageMagick to avoid the need for yet another dependency. If you -need this functionality, or if Octave decides to compile against ImageMagick -for some reason, try installing GraphicsMagick. +from SBo) for image-reading functionality. If both are installed, +GraphicsMagick will be selected by default, since ImageMagick is not +well-supported by the Octave developers. If you have problems with +ImageMagick, try rebuilding Octave with GraphicsMagick, or pass MAGICK="" to +the script. If you have arpack installed and the configure script segfaults when trying to detect arpack, try switching to arpack-ng (which is partly maintained by |