From c9bc85accf8b62ff65cb5367ad7206f1228916e0 Mon Sep 17 00:00:00 2001 From: Carter Tazio Schonwald Date: Mon, 26 Jan 2015 19:37:10 -0500 Subject: 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! --- packages/base/hmatrix.cabal | 1 + 1 file changed, 1 insertion(+) (limited to 'packages') 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 flag openblas description: Link with OpenBLAS (https://github.com/xianyi/OpenBLAS) optimized libraries. default: False + manual: True library -- cgit v1.2.3