diff options
author | Carter Tazio Schonwald <cartazio@users.noreply.github.com> | 2015-01-26 19:37:10 -0500 |
---|---|---|
committer | Carter Tazio Schonwald <cartazio@users.noreply.github.com> | 2015-01-26 19:37:10 -0500 |
commit | c9bc85accf8b62ff65cb5367ad7206f1228916e0 (patch) | |
tree | 17778e8a33ef3211cf252bbf2682480b05aebd6a /packages/base | |
parent | 6ac57838ce80a7fde7e56a53601dfa7bbb529c13 (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/base')
-rw-r--r-- | packages/base/hmatrix.cabal | 1 |
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 | |||
35 | flag openblas | 35 | flag 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 | ||
39 | library | 40 | library |
40 | 41 | ||