diff options
author | Daniel Willmann <daniel@totalueberwachung.de> | 2008-01-17 19:23:03 +0000 |
---|---|---|
committer | Daniel Willmann <daniel@totalueberwachung.de> | 2008-01-17 19:23:03 +0000 |
commit | 5f89da2c9521b9bff73a34b933929c1767c454ae (patch) | |
tree | a6eb507e8e20dbbc500655ea515ece4cb5500bd9 /packages/octave/octave.inc | |
parent | 1bf5c3346ac395825d49f895922a61bcdbb238e5 (diff) | |
parent | 3c378f37f55ee00c41fce4897f8a09cb51b59f94 (diff) |
merge of '15abe433106a3416f43fe1507eb0032a960434bb'
and '2538d8c9c6f9647baba548394a1e20a2e4467a19'
Diffstat (limited to 'packages/octave/octave.inc')
-rw-r--r-- | packages/octave/octave.inc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/octave/octave.inc b/packages/octave/octave.inc index 414f95bf83..5d8fe756f9 100644 --- a/packages/octave/octave.inc +++ b/packages/octave/octave.inc @@ -1,7 +1,4 @@ -DESCRIPTION = "GNU Octave is a high-level language, primarily intended for numerical computations. \ -It provides a convenient command line interface for solving 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." +DESCRIPTION = "Matlab alternative for numerical computations" HOMEPAGE = "http://www.gnu.org/software/octave/" SECTION = "console/scientific" LICENSE = "GPL" @@ -11,7 +8,11 @@ RDEPENDS = "libfftw3" inherit autotools -EXTRA_OECONF = "--without-hdf5" +EXTRA_OECONF = "--without-hdf5 --without-glpk -without-umfpack \ + --without-colamd --without-ccolamd --without-cholmod \ + --without-cxsparse" + +# additional missing dependency/functionality: Qhull gperf do_configure() { gnu-configize @@ -26,4 +27,3 @@ FILES_${PN}-m = "${datadir}/${PN}/*" do_stage() { autotools_stage_all } - |