diff options
author | Alberto Ruiz <aruiz@um.es> | 2009-12-22 09:04:12 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2009-12-22 09:04:12 +0000 |
commit | 107478b2288b0904159599be94089230c7cd3edf (patch) | |
tree | 14834baa61a038efe0e81ed00d45071ba47f2789 /README | |
parent | ed8f45f7316569bfeacdd2848017d93c5cfdd261 (diff) |
fix ghc-6.12 warnings
Diffstat (limited to 'README')
-rw-r--r-- | README | 17 |
1 files changed, 1 insertions, 16 deletions
@@ -4,25 +4,13 @@ | |||
4 | 4 | ||
5 | INSTALLATION | 5 | INSTALLATION |
6 | 6 | ||
7 | Recommended method (ok in Ubuntu/Debian systems): | 7 | See the INSTALL file. |
8 | $ sudo apt-get install libgsl0-dev refblas3-dev lapack3-dev atlas3-[your_arch]-dev | ||
9 | $ cabal install hmatrix | ||
10 | |||
11 | Detailed installation instructions: | ||
12 | http://www.hmatrix.googlepages.com/installation | ||
13 | |||
14 | For installation in Windows see the companion INSTALL file. | ||
15 | 8 | ||
16 | TESTS --------------------------------------------- | 9 | TESTS --------------------------------------------- |
17 | 10 | ||
18 | $ ghci | 11 | $ ghci |
19 | GHCi, version 6.8.2: http://www.haskell.org/ghc/ :? for help | ||
20 | Prelude> Numeric.LinearAlgebra.Tests.runTests 20 | 12 | Prelude> Numeric.LinearAlgebra.Tests.runTests 20 |
21 | 13 | ||
22 | Additional tests with big matrices (taking a few minutes): | ||
23 | |||
24 | $ runhaskell examples/experiments/bigtests | ||
25 | |||
26 | EXAMPLES ------------------------------------------------------ | 14 | EXAMPLES ------------------------------------------------------ |
27 | 15 | ||
28 | $ ghci | 16 | $ ghci |
@@ -60,9 +48,6 @@ KNOWN PROBLEMS / BUGS ------------------------------- | |||
60 | produced segmentation faults when working with big matrices | 48 | produced segmentation faults when working with big matrices |
61 | on compiled programs. | 49 | on compiled programs. |
62 | 50 | ||
63 | - On distributions with old GSL versions you should comment out a couple of functions | ||
64 | in the export lists of Ellint.hs and Debye.hs | ||
65 | |||
66 | ACKNOWLEDGEMENTS ----------------------------------------------------- | 51 | ACKNOWLEDGEMENTS ----------------------------------------------------- |
67 | 52 | ||
68 | I thank Don Stewart, Henning Thielemann, Bulat Ziganshin and all the people | 53 | I thank Don Stewart, Henning Thielemann, Bulat Ziganshin and all the people |