summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2015-09-07 10:07:45 +0200
committerAlberto Ruiz <aruiz@um.es>2015-09-07 10:07:45 +0200
commit47806c7f8fb6cb99d1b7b421305a2f5a4c6cf854 (patch)
treea9e1c2a239c920061f79ce7cc6612c55c76a2322 /INSTALL.md
parent8398f05c605f2c4481c978047f75b0d0a7e92aa0 (diff)
parent653357942c9eb6878929c6b05fa0e49086938f64 (diff)
Merge pull request #147 from varosi/feature/windows_builds
Currently OpenBLAS building on Windows is not working.
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 157036e..94964d2 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -55,6 +55,11 @@ using this method.
55 55
56[winpack]: https://github.com/downloads/AlbertoRuiz/hmatrix/gsl-lapack-windows.zip 56[winpack]: https://github.com/downloads/AlbertoRuiz/hmatrix/gsl-lapack-windows.zip
57 57
58### Alternative Windows build
591) > cabal update
602) Download and unzip somewhere OpenBLAS http://www.openblas.net/
613) > cabal install --flags=openblas --extra-lib-dirs=C:\...\OpenBLAS\lib --extra-include-dir=C:\...\OpenBLAS\include
62
58## Tests ############################################### 63## Tests ###############################################
59 64
60After installation we can verify that the library works as expected: 65After installation we can verify that the library works as expected: