README 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. GNU Octave is a high-level language, primarily intended for numerical
  2. computations. It provides a convenient command line interface for
  3. solving linear and nonlinear problems numerically, and for performing
  4. other numerical experiments using a language that is mostly compatible
  5. with Matlab. It may also be used as a batch-oriented language.
  6. This requires a BLAS/LAPACK implementation. Choose one of these package
  7. sets:
  8. * OpenBLAS (includes both a BLAS and a LAPACK implementation)
  9. * atlas (includes both a BLAS and a LAPACK implementation)
  10. * blas, lapack (the Netlib reference implementations)
  11. If more than one set is installed (assuming there are no packaging
  12. conflicts) then the auto-detection will use the first implementation
  13. from this list that it finds. If in doubt, choose the Netlib
  14. reference implementations; other packages that require a BLAS or
  15. LAPACK implementation may not build if they are not configured to
  16. detect/use alternate implementations.
  17. These optional dependencies will be used if found (see INSTALL.OCTAVE,
  18. in the Octave source, for a description of what each dependency
  19. offers): amd, camd, colamd, ccolamd, cholmod, umfpack, cxsparse, glpk,
  20. arpack-ng, qrupdate, sundials, qhull, hdf5, fltk, ftgl, gl2ps, jdk,
  21. GraphicsMagick, portaudio.
  22. Octave can use ImageMagick (part of Slackware) or GraphicsMagick
  23. (available from SBo) for image-reading functionality. If both
  24. are installed, GraphicsMagick will be selected by default,
  25. since ImageMagick is not well-supported by the Octave developers.
  26. If you have problems with ImageMagick, try rebuilding Octave with
  27. GraphicsMagick, or pass MAGICK="" to the script.
  28. If you have arpack installed and the configure script segfaults when
  29. trying to detect arpack, try switching to arpack-ng (which is partly
  30. maintained by Octave developers).