summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2008-10-02 15:53:10 +0000
committerAlberto Ruiz <aruiz@um.es>2008-10-02 15:53:10 +0000
commit192ac5f4b98517862c37ecf161505396ad223cd8 (patch)
tree811312f28bca2bd18d282bc0be732a17cd8dbcd7 /hmatrix.cabal
parent9c6b2af0066f7608301ad685ea5e60753fc3b6ff (diff)
alternative multiply versions
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal8
1 files changed, 1 insertions, 7 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal
index 75e2984..3df7f01 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -1,5 +1,5 @@
1Name: hmatrix 1Name: hmatrix
2Version: 0.4.0.0 2Version: 0.4.1.0
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz
@@ -39,10 +39,6 @@ library
39 else 39 else
40 build-depends: base < 3, QuickCheck, HUnit, storable-complex 40 build-depends: base < 3, QuickCheck, HUnit, storable-complex
41 41
42 if !flag(mkl)
43 if !arch(x86_64)
44 ghc-options: -fvia-C
45
46 Build-Depends: haskell98 42 Build-Depends: haskell98
47 Extensions: ForeignFunctionInterface, 43 Extensions: ForeignFunctionInterface,
48 CPP 44 CPP
@@ -100,7 +96,6 @@ library
100 Data.Packed.Internal.Vector, 96 Data.Packed.Internal.Vector,
101 Data.Packed.Internal.Matrix, 97 Data.Packed.Internal.Matrix,
102 Numeric.GSL.Special.Internal, 98 Numeric.GSL.Special.Internal,
103 Numeric.GSL.Matrix,
104 Numeric.LinearAlgebra.Tests.Instances, 99 Numeric.LinearAlgebra.Tests.Instances,
105 Numeric.LinearAlgebra.Tests.Properties 100 Numeric.LinearAlgebra.Tests.Properties
106 C-sources: lib/Data/Packed/Internal/auxi.c, 101 C-sources: lib/Data/Packed/Internal/auxi.c,
@@ -117,7 +112,6 @@ library
117 else 112 else
118 extra-libraries: gsl blas lapack 113 extra-libraries: gsl blas lapack
119 114
120 cc-options: -O4
121 ghc-prof-options: -auto-all 115 ghc-prof-options: -auto-all
122 116
123 if flag(unsafe) 117 if flag(unsafe)