diff options
-rw-r--r-- | Config.hs | 1 | ||||
-rw-r--r-- | THANKS | 3 | ||||
-rw-r--r-- | hmatrix.cabal | 6 |
3 files changed, 8 insertions, 2 deletions
@@ -142,3 +142,4 @@ mainOk bInfo = do | |||
142 | if g | 142 | if g |
143 | then "" | 143 | then "" |
144 | else "cc-options: -DGSL110\n" | 144 | else "cc-options: -DGSL110\n" |
145 | |||
@@ -91,3 +91,6 @@ module reorganization, monadic mapVectorM, and many other improvements. | |||
91 | - Carter Schonwald helped with the configuration for Homebrew OS X and | 91 | - Carter Schonwald helped with the configuration for Homebrew OS X and |
92 | found a tolerance problem in test "1E5 rots". | 92 | found a tolerance problem in test "1E5 rots". |
93 | 93 | ||
94 | - Duncan Coutts reported a problem with configure.hs and contributed | ||
95 | a solution. | ||
96 | |||
diff --git a/hmatrix.cabal b/hmatrix.cabal index dd1a6b3..f9387e2 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -21,7 +21,7 @@ Description: Purely functional interface to basic linear algebra | |||
21 | . | 21 | . |
22 | - "Numeric.LinearAlgebra": everything + instances of standard Haskell numeric classes | 22 | - "Numeric.LinearAlgebra": everything + instances of standard Haskell numeric classes |
23 | Category: Math | 23 | Category: Math |
24 | tested-with: GHC ==6.10.4, GHC ==6.12.1, GHC ==6.12.3 | 24 | tested-with: GHC ==6.10.4, GHC ==6.12.1, GHC ==6.12.3, GHC ==7.0.1, GHC==7.0.2 |
25 | 25 | ||
26 | cabal-version: >=1.6 | 26 | cabal-version: >=1.6 |
27 | 27 | ||
@@ -164,12 +164,14 @@ library | |||
164 | if impl(ghc < 6.10.2) | 164 | if impl(ghc < 6.10.2) |
165 | cpp-options: -DFINIT | 165 | cpp-options: -DFINIT |
166 | 166 | ||
167 | if impl(ghc >= 7.0.1) | ||
168 | cpp-options: -DFINIT | ||
169 | |||
167 | if flag(finit) | 170 | if flag(finit) |
168 | cpp-options: -DFINIT | 171 | cpp-options: -DFINIT |
169 | 172 | ||
170 | if impl(ghc == 7.0.1) | 173 | if impl(ghc == 7.0.1) |
171 | cpp-options: -DNONORMVTEST | 174 | cpp-options: -DNONORMVTEST |
172 | cpp-options: -DFINIT | ||
173 | 175 | ||
174 | if flag(mkl) | 176 | if flag(mkl) |
175 | if arch(x86_64) | 177 | if arch(x86_64) |