summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL.md4
-rw-r--r--packages/base/stack.yaml2
2 files changed, 4 insertions, 2 deletions
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.
67 67
68### Stack-based Windows build 68### Stack-based Windows build
69 69
701) > cd packages\base
71
701) > stack setup 721) > stack setup
71 73
722) Download and unzip somewhere OpenBLAS http://www.openblas.net/ 742) Download and unzip somewhere OpenBLAS http://www.openblas.net/
73 75
743) In a normal Windows cmd: 763) 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
diff --git a/packages/base/stack.yaml b/packages/base/stack.yaml
index e6304de..f4001c6 100644
--- a/packages/base/stack.yaml
+++ b/packages/base/stack.yaml
@@ -1,6 +1,6 @@
1flags: 1flags:
2 hmatrix: 2 hmatrix:
3 openblas: true 3 openblas: false
4packages: 4packages:
5- '.' 5- '.'
6extra-deps: [] 6extra-deps: []