diff options
author | Vassil Keremidchiev <varosi@gmail.com> | 2015-09-12 01:36:55 +0300 |
---|---|---|
committer | Vassil Keremidchiev <varosi@gmail.com> | 2015-09-12 01:36:55 +0300 |
commit | f4de0a9900d7e00ceace705c06af488cf140d655 (patch) | |
tree | 24bf9c26b40ce0877020bec8b39396e65c132a03 /INSTALL.md | |
parent | 45054c6ebe792d9078293900eacfe91ba6978b60 (diff) |
Under Windows and Stack-based build OpenBLAS could be selected outside now. Updated documentation.
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -67,13 +67,15 @@ using this method. | |||
67 | 67 | ||
68 | ### Stack-based Windows build | 68 | ### Stack-based Windows build |
69 | 69 | ||
70 | 1) > cd packages\base | ||
71 | |||
70 | 1) > stack setup | 72 | 1) > stack setup |
71 | 73 | ||
72 | 2) Download and unzip somewhere OpenBLAS http://www.openblas.net/ | 74 | 2) Download and unzip somewhere OpenBLAS http://www.openblas.net/ |
73 | 75 | ||
74 | 3) In a normal Windows cmd: | 76 | 3) In a normal Windows cmd: |
75 | 77 | ||
76 | > stack install --extra-lib-dirs=C:\...\OpenBLAS\lib --extra-include-dir=C:\...\OpenBLAS\include | 78 | > stack install --flag hmatrix:openblas --extra-lib-dirs=C:\...\OpenBLAS\lib --extra-include-dir=C:\...\OpenBLAS\include |
77 | 79 | ||
78 | ## Tests ############################################### | 80 | ## Tests ############################################### |
79 | 81 | ||