summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal3
1 files changed, 1 insertions, 2 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal
index cc2c843..514d562 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -55,7 +55,6 @@ extra-source-files: examples/deriv.hs
55 examples/multiply.hs 55 examples/multiply.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
59 lib/Numeric/GSL/gsl-ode.c 58 lib/Numeric/GSL/gsl-ode.c
60 59
61flag dd 60flag dd
@@ -134,7 +133,7 @@ library
134 C-sources: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c, 133 C-sources: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c,
135 lib/Numeric/GSL/gsl-aux.c 134 lib/Numeric/GSL/gsl-aux.c
136 135
137 cpp-options: -DVECTOR -DBINARY 136 cpp-options: -DBINARY
138 137
139 -- ghc-prof-options: -auto 138 -- ghc-prof-options: -auto
140 139