mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
academic/octave: Fixed dep information
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
bc5ffe443d
commit
d038b52f6d
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue