summaryrefslogtreecommitdiff
path: root/packages/gsl
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2014-06-20 12:41:54 +0200
committerAlberto Ruiz <aruiz@um.es>2014-06-20 12:41:54 +0200
commit3d327e510e441d58bfc4d5109eb9501d49f2f1c0 (patch)
tree87798acc33a66a1089961b021d8c11c72721a3c6 /packages/gsl
parent21a70f76d47d4851f27161eab350a31ab0651047 (diff)
upper bound and readme
Diffstat (limited to 'packages/gsl')
-rw-r--r--packages/gsl/hmatrix-gsl.cabal31
1 files changed, 3 insertions, 28 deletions
diff --git a/packages/gsl/hmatrix-gsl.cabal b/packages/gsl/hmatrix-gsl.cabal
index e2f02e9..ce57619 100644
--- a/packages/gsl/hmatrix-gsl.cabal
+++ b/packages/gsl/hmatrix-gsl.cabal
@@ -7,9 +7,8 @@ Maintainer: Alberto Ruiz <aruiz@um.es>
7Stability: provisional 7Stability: provisional
8Homepage: https://github.com/albertoruiz/hmatrix 8Homepage: https://github.com/albertoruiz/hmatrix
9Synopsis: Numerical computation 9Synopsis: Numerical computation
10Description: Purely functional interface to basic linear algebra 10Description: Purely functional interface to selected numerical computations,
11 and other numerical computations, internally implemented using 11 internally implemented using GSL.
12 GSL, BLAS and LAPACK.
13 12
14Category: Math 13Category: Math
15tested-with: GHC ==7.8 14tested-with: GHC ==7.8
@@ -20,33 +19,9 @@ build-type: Simple
20 19
21extra-source-files: src/Numeric/GSL/gsl-ode.c 20extra-source-files: src/Numeric/GSL/gsl-ode.c
22 21
23flag dd
24 description: svd = zgesdd
25 default: True
26
27flag mkl
28 description: Link with Intel's MKL optimized libraries.
29 default: False
30
31flag unsafe
32 description: Compile the library with bound checking disabled.
33 default: False
34
35flag finit
36 description: Force FPU initialization in foreing calls
37 default: False
38
39flag debugfpu
40 description: Check FPU stack
41 default: False
42
43flag debugnan
44 description: Check NaN
45 default: False
46
47library 22library
48 23
49 Build-Depends: base, hmatrix>=0.16, array, vector, 24 Build-Depends: base<5, hmatrix>=0.16, array, vector,
50 process, random 25 process, random
51 26
52 27