[Lunar-commits] <moonbase> octave: Fleshing out the DEPENDS.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sat Jan 2 20:16:02 CET 2010


commit 7a89185a15f9ec48a1fb21395c819e8e22c2c153
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sat Jan 2 14:16:02 2010 -0500

    octave: Fleshing out the DEPENDS.
---
 science/octave/DEPENDS |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/science/octave/DEPENDS b/science/octave/DEPENDS
index c6c1909..13d44a2 100644
--- a/science/octave/DEPENDS
+++ b/science/octave/DEPENDS
@@ -1,8 +1,13 @@
 depends gnuplot
 
+optional_depends "gperf"    ""                  ""                   "if you need to recreate oct-gperf.h"
+optional_depends "qhull"    ""                  ""                   "for qhull support"
+optional_depends "zlib"     "--with-zlib"       "--without-zlib"     "for lossless compression support"
 optional_depends "readline" "--enable-readline" "--disable-readline" "for readline support"
 optional_depends "curl"     "--with-curl"       "--without-curl"     "for curl support"
 optional_depends "fftw"     "--with-fftw"       "--without-fftw"     "for system fftw support"
 optional_depends "zlib"     "--with-zlib"       "--without-zlib"     "for zlib support"
-optional_depends "gperf"    ""                  ""                   "if you need to recreate oct-gperf.h"
+optional_depends "hdf5"     "--with-hdf5"       "--without-hdf5"     "for hdf5 support"
+optional_depends "glpk"     "--with-glpk"       "--without-glpk"     "for linear programming support"
 
+optional_depends "lapack"   "--with-lapack=/usr/lib/blas_LINUX.a" "" "for lapack support"


More information about the Lunar-commits mailing list