diff options
-rw-r--r-- | README | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -110,7 +110,7 @@ There are only minor API changes: | |||
110 | 110 | ||
111 | Old GSLHaskell code will work with small modifications. | 111 | Old GSLHaskell code will work with small modifications. |
112 | 112 | ||
113 | INSTALLATION ON WINDOWS (FIXME) | 113 | INSTALLATION ON WINDOWS |
114 | 114 | ||
115 | 1) Download the developer files gsl-1.8-lib.zip from | 115 | 1) Download the developer files gsl-1.8-lib.zip from |
116 | http://gnuwin32.sourceforge.net/packages/gsl.htm | 116 | http://gnuwin32.sourceforge.net/packages/gsl.htm |
@@ -125,15 +125,18 @@ INSTALLATION ON WINDOWS (FIXME) | |||
125 | 3) Copy libgsl.dll, libcblas.dll (from the binaries package gsl-1.8.bin.zip) | 125 | 3) Copy libgsl.dll, libcblas.dll (from the binaries package gsl-1.8.bin.zip) |
126 | and liblapack.dll (borrowed from the R system) to the folder where | 126 | and liblapack.dll (borrowed from the R system) to the folder where |
127 | hssl has been installed: C:\Program Files\haskell\hss-0.1\ghc-6.6.1. | 127 | hssl has been installed: C:\Program Files\haskell\hss-0.1\ghc-6.6.1. |
128 | Rename libcblas.dll to libblas.dll. | ||
128 | They are needed to compile programs. | 129 | They are needed to compile programs. |
129 | These three dlls are also available from http://perception.inf.um.es/~aruiz/darcs/HSSL/dll1.zip | 130 | These three dlls are also available from |
131 | http://perception.inf.um.es/~aruiz/darcs/HSSL/dll1.zip | ||
130 | 132 | ||
131 | 4) Copy the dlls at http://perception.inf.um.es/~aruiz/darcs/HSSL/dll2.zip | 133 | 4) Copy the dlls at http://perception.inf.um.es/~aruiz/darcs/HSSL/dll2.zip |
132 | to the working directory or C:\windows\system | 134 | to the working directory or C:\windows\system |
133 | They are required to run the programs and ghci. | 135 | They are required to run the programs and ghci. |
134 | 136 | ||
135 | Unfortunately the lapack dll supplied by the R system does not include zgels_, zgelss_, and zgees_, | 137 | Unfortunately the lapack dll supplied by the R system does not include |
136 | so the functions depending on them (linearSolveLS, linearSolveSVD, and schur for complex data) | 138 | zgels_, zgelss_, and zgees_, so the functions depending on them |
139 | (linearSolveLS, linearSolveSVD, and schur for complex data) | ||
137 | will produce a "non supported in this OS" runtime error. | 140 | will produce a "non supported in this OS" runtime error. |
138 | 141 | ||
139 | If you find an alternative free and complete lapack.dll which works well | 142 | If you find an alternative free and complete lapack.dll which works well |