[Lunar-commits] <moonbase-other> octave: reworked DEPENDS
v4hn
me at v4hn.de
Fri Oct 19 23:44:02 CEST 2012
commit af552e319fed13fbd8e3b25539de38c47d5f57e5
Author: v4hn <me at v4hn.de>
Date: Fri, 19 Oct 2012 14:44:02 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/af552e319fed13fbd8e3b25539de38c47d5f57e5
octave: reworked DEPENDS
---
science/octave/DEPENDS | +6/-5
1 file changed, 6 insertions(+), 5 deletions(-)
--- a/science/octave/DEPENDS
+++ b/science/octave/DEPENDS
@@ -1,13 +1,14 @@
-depends gnuplot
-
-optional_depends "SuiteSparse" "" "" "for matrix support, Recommended."
+depends "gnuplot"
+depends "lapack"
optional_depends "gperf" "" "" "if you need to recreate oct-gperf.h"
+
+optional_depends "SuiteSparse" "--with-amd --with-camd --with-colamd --with-ccolamd --with-cholmod --with-cxsparse --with-umfpack" "--without-amd --without-camd --without-colamd --without-ccolamd --without-cholmod --without-cxsparse --without-umfpack" "for matrix support (Recommended)"
optional_depends "qhull" "--with-qhull" "--without-qhull" "for qhull support"
+optional_depends "qrupdate" "--with-qrupdate" "--without-qrupdate" "for fast QR & Cholesky updating functions"
optional_depends "zlib" "--with-z" "--without-z" "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 "fftw3" "--with-fftw3 --with-fftw3f" "--without-fftw3 --without-fftw3f" "for system fftw support"
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/lapack_LINUX.a --with-blas=/usr/lib/blas\_LINUX.a" "" "for lapack support"
+optional_depends "ImageMagick" "--with-magick=ImageMagick" "--without-magick" "for reading/writing images"
More information about the Lunar-commits
mailing list