summaryrefslogtreecommitdiff
path: root/packages/gsl/hmatrix-gsl.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gsl/hmatrix-gsl.cabal')
-rw-r--r--packages/gsl/hmatrix-gsl.cabal11
1 files changed, 8 insertions, 3 deletions
diff --git a/packages/gsl/hmatrix-gsl.cabal b/packages/gsl/hmatrix-gsl.cabal
index 2f6f51b..6f983f2 100644
--- a/packages/gsl/hmatrix-gsl.cabal
+++ b/packages/gsl/hmatrix-gsl.cabal
@@ -1,5 +1,5 @@
1Name: hmatrix-gsl 1Name: hmatrix-gsl
2Version: 0.16.0.3 2Version: 0.17.0.0
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz
@@ -25,7 +25,7 @@ flag onlygsl
25 25
26library 26library
27 27
28 Build-Depends: base<5, hmatrix>=0.16, array, vector, 28 Build-Depends: base<5, hmatrix>=0.17, array, vector,
29 process, random 29 process, random
30 30
31 31
@@ -53,7 +53,12 @@ library
53 53
54 C-sources: src/Numeric/GSL/gsl-aux.c 54 C-sources: src/Numeric/GSL/gsl-aux.c
55 55
56 cc-options: -O4 -msse2 -Wall 56 cc-options: -O4 -Wall
57
58 if arch(x86_64)
59 cc-options: -msse2
60 if arch(i386)
61 cc-options: -msse2
57 62
58 ghc-options: -Wall -fno-warn-missing-signatures 63 ghc-options: -Wall -fno-warn-missing-signatures
59 -fno-warn-orphans 64 -fno-warn-orphans