diff options
author | Alberto Ruiz <aruiz@um.es> | 2014-05-14 19:46:44 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2014-05-14 19:46:44 +0200 |
commit | 0f9575462eb37a7c9985583ca33ae315f6e6431d (patch) | |
tree | c8f4c6519c1a4b6969e4ae80fed9e410b852f7d7 /packages/hmatrix/hmatrix.cabal | |
parent | 494fe8f3e66f52244c4e0aedfd00eb15b9caceef (diff) |
vectorized operations in base
Diffstat (limited to 'packages/hmatrix/hmatrix.cabal')
-rw-r--r-- | packages/hmatrix/hmatrix.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/hmatrix/hmatrix.cabal b/packages/hmatrix/hmatrix.cabal index 8496663..eaf4262 100644 --- a/packages/hmatrix/hmatrix.cabal +++ b/packages/hmatrix/hmatrix.cabal | |||
@@ -109,7 +109,8 @@ library | |||
109 | Numeric.LinearAlgebra.Util.Convolution | 109 | Numeric.LinearAlgebra.Util.Convolution |
110 | 110 | ||
111 | 111 | ||
112 | C-sources: src/Numeric/GSL/gsl-aux.c | 112 | C-sources: src/Numeric/GSL/gsl-vector.c |
113 | src/Numeric/GSL/gsl-aux.c | ||
113 | 114 | ||
114 | cc-options: -O4 -msse2 -Wall | 115 | cc-options: -O4 -msse2 -Wall |
115 | 116 | ||