summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2010-04-23 19:37:56 +0000
committerAlberto Ruiz <aruiz@um.es>2010-04-23 19:37:56 +0000
commit0ce6e74a5375b8d7ee1d95826252d8ff622f2cb4 (patch)
treecab666c674543adf0908ea5bc42ec9e9d35a9ea1 /hmatrix.cabal
parentf7cbac4bb8d8fc1c4210a548674c222b691f8e9c (diff)
app5-10, some SCC, and other minor changes
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal9
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