diff options
author | Kyle Guinn <elyk03@gmail.com> | 2016-11-19 21:03:41 -0600 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-12-04 19:28:56 +0000 |
commit | 5cf028d0cdadd500d208f227368ad32d29aecfdb (patch) | |
tree | 86e1b2387bc4ff8cd254066492ddaa849a933bb7 /academic/octave/README | |
parent | b3fc4f20273269574c61ee455886c9437ca26734 (diff) |
academic/octave: Updated for version 4.2.0.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Diffstat (limited to 'academic/octave/README')
-rw-r--r-- | academic/octave/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/academic/octave/README b/academic/octave/README index 2e9b9d91d6535..4738a352f219f 100644 --- a/academic/octave/README +++ b/academic/octave/README @@ -5,9 +5,9 @@ experiments using a language that is mostly compatible with Matlab. It may also be used as a batch-oriented language. This requires a BLAS/LAPACK implementation. Choose one of these package sets: -* OpenBLAS (includes a LAPACK implementation) -* atlas, lapack-atlas -* blas, lapack (the Netlib reference implementations) + * OpenBLAS (includes both a BLAS and a LAPACK implementation) + * atlas (includes both a BLAS and a LAPACK implementation) + * blas, lapack (the Netlib reference implementations) If more than one set is installed (assuming there are no packaging conflicts) then the auto-detection will use the first implementation from this list that it finds. If in doubt, choose the Netlib reference implementations; other @@ -17,7 +17,7 @@ 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. +qrupdate, qhull, hdf5, fltk, ftgl, gl2ps, jdk, GraphicsMagick, portaudio. Octave can use ImageMagick (part of Slackware) or GraphicsMagick (available from SBo) for some functionality. ImageMagick 6.8.6-10 from Slackware 14.1 |