summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorCarter Tazio Schonwald <cartazio@users.noreply.github.com>2015-01-26 19:37:10 -0500
committerCarter Tazio Schonwald <cartazio@users.noreply.github.com>2015-01-26 19:37:10 -0500
commitc9bc85accf8b62ff65cb5367ad7206f1228916e0 (patch)
tree17778e8a33ef3211cf252bbf2682480b05aebd6a /packages
parent6ac57838ce80a7fde7e56a53601dfa7bbb529c13 (diff)
fix hmatrix cabal file so it works correctly
currently the cabal file assumes unconditionally that openblas flag is true on random users, this fixes it and makes -fopenblas opt in. please make a bug fix release with this post haste!
Diffstat (limited to 'packages')
-rw-r--r--packages/base/hmatrix.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/base/hmatrix.cabal b/packages/base/hmatrix.cabal
index 8ba3e06..3a1335d 100644
--- a/packages/base/hmatrix.cabal
+++ b/packages/base/hmatrix.cabal
@@ -35,6 +35,7 @@ extra-source-files: src/C/lapack-aux.h
35flag openblas 35flag openblas
36 description: Link with OpenBLAS (https://github.com/xianyi/OpenBLAS) optimized libraries. 36 description: Link with OpenBLAS (https://github.com/xianyi/OpenBLAS) optimized libraries.
37 default: False 37 default: False
38 manual: True
38 39
39library 40library
40 41