diff options
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r-- | hmatrix.cabal | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal index dfb3c6a..892b846 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -114,7 +114,7 @@ library | |||
114 | other-modules: Numeric.LinearAlgebra.Tests.Instances, | 114 | other-modules: Numeric.LinearAlgebra.Tests.Instances, |
115 | Numeric.LinearAlgebra.Tests.Properties | 115 | Numeric.LinearAlgebra.Tests.Properties |
116 | 116 | ||
117 | ghc-prof-options: -auto | 117 | -- ghc-prof-options: -auto |
118 | 118 | ||
119 | ghc-options: -Wall -fno-warn-missing-signatures | 119 | ghc-options: -Wall -fno-warn-missing-signatures |
120 | -fno-warn-orphans | 120 | -fno-warn-orphans |
@@ -140,19 +140,14 @@ library | |||
140 | include-dirs: /opt/local/include | 140 | include-dirs: /opt/local/include |
141 | extra-libraries: gsl | 141 | extra-libraries: gsl |
142 | frameworks: Accelerate | 142 | frameworks: Accelerate |
143 | |||
144 | if os(windows) | ||
145 | extra-libraries: libgsl-0 blas lapack | ||
146 | extra-lib-dirs: ./gsl-lapack-windows | ||
147 | include-dirs: ./gsl-lapack-windows | ||
148 | 143 | ||
149 | -- The extra-libraries required for GSL and LAPACK | 144 | -- The extra-libraries required for GSL and LAPACK |
150 | -- should now be automatically detected by configure(.hs) | 145 | -- should now be automatically detected by configure(.hs) |
151 | 146 | ||
152 | |||
153 | extra-libraries: | 147 | extra-libraries: |
154 | extra-lib-dirs: | 148 | extra-lib-dirs: |
155 | 149 | ||
156 | source-repository head | 150 | source-repository head |
157 | type: darcs | 151 | type: darcs |
158 | location: http://code.haskell.org/hmatrix | 152 | location: http://code.haskell.org/hmatrix |
153 | |||