diff options
author | Alberto Ruiz <aruiz@um.es> | 2013-05-21 13:30:45 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2013-05-21 13:30:45 +0200 |
commit | c5606c622cebf265ae0bb3ea32a9f2ebf2f3a79f (patch) | |
tree | 7b3b202eb267e84f7815bf8b3cc1dbae51228476 /hmatrix.cabal | |
parent | 6b2f191ea8d6665996070bf6b3e5b4109584dcab (diff) |
merge develop, fix conflicts
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r-- | hmatrix.cabal | 3 |
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 | ||
57 | extra-source-files: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.h, | 57 | extra-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 | ||
61 | flag dd | 60 | flag 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 | ||