summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2012-03-21 19:42:44 +0100
committerAlberto Ruiz <aruiz@um.es>2012-03-21 19:42:44 +0100
commitd109c791aef6dbb6a15fb65efe5c42121728aed0 (patch)
tree1a43ebdaea2a25f6c26b1fa25bac41c4516c103a /hmatrix.cabal
parent354d599b56d7bfb2124eb6939d4d87e9efa3faed (diff)
fall back to old ode if v2 not available
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal
index 7ffa01d..4d3beb6 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -1,5 +1,5 @@
1Name: hmatrix 1Name: hmatrix
2Version: 0.14.0.0 2Version: 0.14.0.1
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz
@@ -56,6 +56,7 @@ extra-source-files: examples/deriv.hs
56 56
57extra-source-files: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.h, 57extra-source-files: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.h,
58 lib/Numeric/LinearAlgebra/LAPACK/clapack.h 58 lib/Numeric/LinearAlgebra/LAPACK/clapack.h
59 lib/Numeric/GSL/gsl-ode.c
59 60
60flag dd 61flag dd
61 description: svd = zgesdd 62 description: svd = zgesdd