summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2007-10-27 08:53:15 +0000
committerAlberto Ruiz <aruiz@um.es>2007-10-27 08:53:15 +0000
commitff177d3298f4458503e9485596559c7d74048769 (patch)
tree43f844f468ebd56c290ac59d17ed3438648ed09e /README
parent71320675021472b2f97191ba514c651ceb8a1617 (diff)
added doc
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 10 insertions, 3 deletions
diff --git a/README b/README
index ba28c90..73f5108 100644
--- a/README
+++ b/README
@@ -97,9 +97,16 @@ INSTALLATION ON WINDOWS
97 to the working directory or C:\windows\system 97 to the working directory or C:\windows\system
98 They are required to run the programs and ghci. 98 They are required to run the programs and ghci.
99 99
100Unfortunately the lapack dll supplied by the R system does not include zgels_ and zgelss_, 100Unfortunately the lapack dll supplied by the R system does not include zgels_, zgelss_, and zgees_,
101so the functions depending on them (linearSolveLS and linearSolveSVD for complex data) 101so the functions depending on them (linearSolveLS, linearSolveSVD, and schur for complex data)
102will produce a "non supported" runtime error. 102will produce a "non supported in this OS" runtime error.
103
104If you find an alternative free and complete lapack.dll which works well
105for this system please let me know.
106
107NOTE: I get a syntax error when compiling LAPACK.hs in Windows with ghc-opts -O.
108 Please change it to ghc-opts -O0 in hssl.cabal and build again.
109 You won't notice any appreciable difference in performance, but I will try to fix it asap.
103 110
104ACKNOWLEDGEMENTS 111ACKNOWLEDGEMENTS
105 112