README 705 B

12345678910111213141516
  1. GNU Octave is a high-level language, primarily intended for numerical
  2. computations. It provides a convenient command line interface for solving
  3. linear and nonlinear problems numerically, and for performing other numerical
  4. experiments using a language that is mostly compatible with Matlab. It may
  5. also be used as a batch-oriented language.
  6. This requires blas and lapack.
  7. These optional dependencies will be used if found:
  8. AMD, CAMD, COLAMD, CCOLAMD, CHOLMOD, UMFPACK, CXSparse, glpk,
  9. arpack, qrupdate, qhull, HDF5, fltk, ftgl, and GraphicsMagick
  10. ImageMagick (part of Slackware) will be used instead of GraphicsMagick by
  11. default. To override this, use:
  12. WITH_MAGICK=GraphicsMagick ./octave.SlackBuild