From 9c6b2af0066f7608301ad685ea5e60753fc3b6ff Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Sun, 29 Jun 2008 09:31:30 +0000 Subject: foldVector benchmark --- hmatrix.cabal | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'hmatrix.cabal') diff --git a/hmatrix.cabal b/hmatrix.cabal index c2ee18a..75e2984 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal @@ -25,6 +25,10 @@ flag mkl description: Link with Intel's MKL optimized libraries. default: False +flag gsl + description: Link with GSL unoptimized blas. + default: False + flag unsafe description: Compile the library with bound checking disabled. default: False @@ -108,7 +112,10 @@ library else extra-libraries: gsl mkl_lapack mkl_intel mkl_sequential mkl_core else - extra-libraries: gsl blas lapack + if flag(gsl) + extra-libraries: gsl gslcblas lapack + else + extra-libraries: gsl blas lapack cc-options: -O4 ghc-prof-options: -auto-all -- cgit v1.2.3