summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README11
1 files changed, 7 insertions, 4 deletions
diff --git a/README b/README
index 83ef943..f9034f0 100644
--- a/README
+++ b/README
@@ -110,7 +110,7 @@ There are only minor API changes:
110 110
111Old GSLHaskell code will work with small modifications. 111Old GSLHaskell code will work with small modifications.
112 112
113INSTALLATION ON WINDOWS (FIXME) 113INSTALLATION ON WINDOWS
114 114
1151) Download the developer files gsl-1.8-lib.zip from 1151) 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)
1253) Copy libgsl.dll, libcblas.dll (from the binaries package gsl-1.8.bin.zip) 1253) 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
1314) Copy the dlls at http://perception.inf.um.es/~aruiz/darcs/HSSL/dll2.zip 1334) 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
135Unfortunately the lapack dll supplied by the R system does not include zgels_, zgelss_, and zgees_, 137Unfortunately the lapack dll supplied by the R system does not include
136so the functions depending on them (linearSolveLS, linearSolveSVD, and schur for complex data) 138zgels_, zgelss_, and zgees_, so the functions depending on them
139(linearSolveLS, linearSolveSVD, and schur for complex data)
137will produce a "non supported in this OS" runtime error. 140will produce a "non supported in this OS" runtime error.
138 141
139If you find an alternative free and complete lapack.dll which works well 142If you find an alternative free and complete lapack.dll which works well