[Lunar-commits] <moonbase-other> octave: added optional arpack dependency
v4hn
me at v4hn.de
Wed Jan 9 00:07:32 CET 2013
commit 592a96b46d4df4fc86c3f83d8a951c7d23ed6a57
Author: v4hn <me at v4hn.de>
Date: Tue, 08 Jan 2013 15:07:32 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/592a96b46d4df4fc86c3f83d8a951c7d23ed6a57
octave: added optional arpack dependency
---
science/octave/DEPENDS | +1/-0
1 file changed, 1 insertion(+)
--- a/science/octave/DEPENDS
+++ b/science/octave/DEPENDS
@@ -3,6 +3,7 @@ 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 "arpack-ng" "" "--without-arpack" "for eigenvalue operations"
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"
More information about the Lunar-commits
mailing list