summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2009-12-22 09:04:12 +0000
committerAlberto Ruiz <aruiz@um.es>2009-12-22 09:04:12 +0000
commit107478b2288b0904159599be94089230c7cd3edf (patch)
tree14834baa61a038efe0e81ed00d45071ba47f2789 /README
parented8f45f7316569bfeacdd2848017d93c5cfdd261 (diff)
fix ghc-6.12 warnings
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 1 insertions, 16 deletions
diff --git a/README b/README
index 37e2d60..61be22a 100644
--- a/README
+++ b/README
@@ -4,25 +4,13 @@
4 4
5INSTALLATION 5INSTALLATION
6 6
7Recommended method (ok in Ubuntu/Debian systems): 7See the INSTALL file.
8 $ sudo apt-get install libgsl0-dev refblas3-dev lapack3-dev atlas3-[your_arch]-dev
9 $ cabal install hmatrix
10
11Detailed installation instructions:
12 http://www.hmatrix.googlepages.com/installation
13
14For installation in Windows see the companion INSTALL file.
15 8
16TESTS --------------------------------------------- 9TESTS ---------------------------------------------
17 10
18$ ghci 11$ ghci
19GHCi, version 6.8.2: http://www.haskell.org/ghc/ :? for help
20Prelude> Numeric.LinearAlgebra.Tests.runTests 20 12Prelude> Numeric.LinearAlgebra.Tests.runTests 20
21 13
22Additional tests with big matrices (taking a few minutes):
23
24$ runhaskell examples/experiments/bigtests
25
26EXAMPLES ------------------------------------------------------ 14EXAMPLES ------------------------------------------------------
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
66ACKNOWLEDGEMENTS ----------------------------------------------------- 51ACKNOWLEDGEMENTS -----------------------------------------------------
67 52
68I thank Don Stewart, Henning Thielemann, Bulat Ziganshin and all the people 53I thank Don Stewart, Henning Thielemann, Bulat Ziganshin and all the people