academic/octave: Fixed dep information

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2012-08-21 22:06:44 -05:00
parent bc5ffe443d
commit d038b52f6d
2 changed files with 1 additions and 3 deletions

View file

@ -4,8 +4,6 @@ linear and nonlinear problems numerically, and for performing other numerical
experiments using a language that is mostly compatible with Matlab. It may
also be used as a batch-oriented language.
This requires blas and lapack.
These optional dependencies will be used if found:
AMD, CAMD, COLAMD, CCOLAMD, CHOLMOD, UMFPACK, CXSparse, glpk,
arpack, qrupdate, qhull, HDF5, fltk, ftgl, and GraphicsMagick

View file

@ -5,6 +5,6 @@ DOWNLOAD="ftp://ftp.gnu.org/gnu/octave/octave-3.4.2.tar.bz2"
MD5SUM="31c744ab4555a2bf04d5e644b93f9b51"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="AMD CAMD CCOLAMD CHOLMOD COLAMD CXSparse GraphicsMagick UMFPACK arpack blas fltk ftgl glpk hdf5 lapack qhull qrupdate"
REQUIRES="blas lapack"
MAINTAINER="Kyle Guinn"
EMAIL="elyk03@gmail.com"