From 5cf028d0cdadd500d208f227368ad32d29aecfdb Mon Sep 17 00:00:00 2001 From: Kyle Guinn Date: Sat, 19 Nov 2016 21:03:41 -0600 Subject: academic/octave: Updated for version 4.2.0. Signed-off-by: Kyle Guinn --- academic/octave/README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'academic/octave/README') diff --git a/academic/octave/README b/academic/octave/README index 2e9b9d91d6..4738a352f2 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 -- cgit v1.2.3-80-g2a13