summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2007-11-25 18:26:14 +0000
committerAlberto Ruiz <aruiz@um.es>2007-11-25 18:26:14 +0000
commit0c2f4af19ca4adf6219270c590fbb8eb80c37abd (patch)
treedf6243ad60c37d8cdef999ad8b8fade48f20164f
parenta4c7d19bae75c93e3831e6cf8ae65b4bfd735b94 (diff)
package renamed to hmatrix
-rw-r--r--README14
-rw-r--r--hssl.cabal2
2 files changed, 8 insertions, 8 deletions
diff --git a/README b/README
index d7ee666..a613cd6 100644
--- a/README
+++ b/README
@@ -87,9 +87,9 @@ A number of illustrative programs are included in the examples folder.
87 87
88CHANGES 88CHANGES
89 89
90This is a new version of GSLHaskell. The package is provisionally 90This is a new version of the library previously known as GSLHaskell.
91called "hssl" (a simple scientific library for Haskell) because only 91It has been renamed to "hmatrix" because only a small part of GSL is actually
92a small part of GSL is available and linear algebra is based on LAPACK. 92available, and most linear algebra is based on LAPACK.
93 93
94The code has been extensively refactored. There is a new internal representation 94The code has been extensively refactored. There is a new internal representation
95which admits both C and Fortran matrices and avoids many transposes. 95which admits both C and Fortran matrices and avoids many transposes.
@@ -115,7 +115,7 @@ INSTALLATION ON WINDOWS
115 and copy the gsl headers folder (under include) to: 115 and copy the gsl headers folder (under include) to:
116 C:\ghc\ghc.6.x.1\include 116 C:\ghc\ghc.6.x.1\include
117 These headers are also available from: 117 These headers are also available from:
118 http://perception.inf.um.es/~aruiz/darcs/HSSL/gsl.zip 118 http://perception.inf.um.es/~aruiz/darcs/hmatrix/gsl.zip
119 119
1202) Install the package as usual: 1202) Install the package as usual:
121 runhaskell Setup.lhs configure 121 runhaskell Setup.lhs configure
@@ -127,14 +127,14 @@ INSTALLATION ON WINDOWS
127 127
1283) Copy libgsl.dll, libcblas.dll (from the binaries package gsl-1.8.bin.zip) 1283) Copy libgsl.dll, libcblas.dll (from the binaries package gsl-1.8.bin.zip)
129 and liblapack.dll (borrowed from the R system) to the folder in which 129 and liblapack.dll (borrowed from the R system) to the folder in which
130 hssl has been installed: C:\Program Files\haskell\hss-0.1\ghc-6.x.x. 130 hmatrix has been installed: C:\Program Files\haskell\hmatrix-x.x.x.x\ghc-6.x.x.
131 Rename libcblas.dll to libblas.dll. 131 Rename libcblas.dll to libblas.dll.
132 They are needed to compile programs. 132 They are needed to compile programs.
133 These three dlls are available from: 133 These three dlls are available from:
134 http://perception.inf.um.es/~aruiz/darcs/HSSL/dll1.zip 134 http://perception.inf.um.es/~aruiz/darcs/hmatrix/dll1.zip
135 135
1364) Copy the dlls available from: 1364) Copy the dlls available from:
137 http://perception.inf.um.es/~aruiz/darcs/HSSL/dll2.zip 137 http://perception.inf.um.es/~aruiz/darcs/hmatrix/dll2.zip
138 to the working directory or C:\windows\system 138 to the working directory or C:\windows\system
139 They are required to run the programs and ghci. 139 They are required to run the programs and ghci.
140 140
diff --git a/hssl.cabal b/hssl.cabal
index 54dd81f..9ee2ca9 100644
--- a/hssl.cabal
+++ b/hssl.cabal
@@ -1,4 +1,4 @@
1Name: hssl 1Name: hmatrix
2Version: 0.1.0.0 2Version: 0.1.0.0
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE