diff options
author | Alberto Ruiz <aruiz@um.es> | 2015-09-07 10:07:45 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2015-09-07 10:07:45 +0200 |
commit | 47806c7f8fb6cb99d1b7b421305a2f5a4c6cf854 (patch) | |
tree | a9e1c2a239c920061f79ce7cc6612c55c76a2322 /INSTALL.md | |
parent | 8398f05c605f2c4481c978047f75b0d0a7e92aa0 (diff) | |
parent | 653357942c9eb6878929c6b05fa0e49086938f64 (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.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 | ||
59 | 1) > cabal update | ||
60 | 2) Download and unzip somewhere OpenBLAS http://www.openblas.net/ | ||
61 | 3) > cabal install --flags=openblas --extra-lib-dirs=C:\...\OpenBLAS\lib --extra-include-dir=C:\...\OpenBLAS\include | ||
62 | |||
58 | ## Tests ############################################### | 63 | ## Tests ############################################### |
59 | 64 | ||
60 | After installation we can verify that the library works as expected: | 65 | After installation we can verify that the library works as expected: |