summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2011-01-21 15:50:32 +0000
committerAlberto Ruiz <aruiz@um.es>2011-01-21 15:50:32 +0000
commitb68e3d833ef335f256caa8a57ed66da3c8570338 (patch)
treefa1f9195fd9f3a872fc50e3e3b028c1399710021 /hmatrix.cabal
parent19caef757562aa730c4e87d7ebaf6374bac0e5e5 (diff)
disable normv test in 7.0.1
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal3
1 files changed, 3 insertions, 0 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal
index 93238a0..111b251 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -160,6 +160,9 @@ library
160 if impl(ghc < 6.10.2) 160 if impl(ghc < 6.10.2)
161 cpp-options: -DFINIT 161 cpp-options: -DFINIT
162 162
163 if impl(ghc == 7.0.1)
164 cpp-options: -DNONORMVTEST
165
163 if flag(mkl) 166 if flag(mkl)
164 if arch(x86_64) 167 if arch(x86_64)
165 extra-libraries: gsl mkl_lapack mkl_intel_lp64 mkl_sequential mkl_core 168 extra-libraries: gsl mkl_lapack mkl_intel_lp64 mkl_sequential mkl_core