From f4de0a9900d7e00ceace705c06af488cf140d655 Mon Sep 17 00:00:00 2001 From: Vassil Keremidchiev Date: Sat, 12 Sep 2015 01:36:55 +0300 Subject: Under Windows and Stack-based build OpenBLAS could be selected outside now. Updated documentation. --- INSTALL.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index 343ee0a..7c978f9 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -67,13 +67,15 @@ using this method. ### Stack-based Windows build +1) > cd packages\base + 1) > stack setup 2) Download and unzip somewhere OpenBLAS http://www.openblas.net/ 3) In a normal Windows cmd: - > stack install --extra-lib-dirs=C:\...\OpenBLAS\lib --extra-include-dir=C:\...\OpenBLAS\include + > stack install --flag hmatrix:openblas --extra-lib-dirs=C:\...\OpenBLAS\lib --extra-include-dir=C:\...\OpenBLAS\include ## Tests ############################################### -- cgit v1.2.3