diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -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 | ||
100 | Unfortunately the lapack dll supplied by the R system does not include zgels_ and zgelss_, | 100 | Unfortunately the lapack dll supplied by the R system does not include zgels_, zgelss_, and zgees_, |
101 | so the functions depending on them (linearSolveLS and linearSolveSVD for complex data) | 101 | so the functions depending on them (linearSolveLS, linearSolveSVD, and schur for complex data) |
102 | will produce a "non supported" runtime error. | 102 | will produce a "non supported in this OS" runtime error. |
103 | |||
104 | If you find an alternative free and complete lapack.dll which works well | ||
105 | for this system please let me know. | ||
106 | |||
107 | NOTE: 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 | ||
104 | ACKNOWLEDGEMENTS | 111 | ACKNOWLEDGEMENTS |
105 | 112 | ||