From 1412579714611555ae6263aed1bd8ffe71fa5961 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Sat, 16 May 2009 17:12:44 +0000 Subject: loadMatrix (based on wc) --- hmatrix.cabal | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'hmatrix.cabal') diff --git a/hmatrix.cabal b/hmatrix.cabal index 5265451..133b602 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal @@ -55,9 +55,9 @@ flag unsafe library if flag(splitBase) - build-depends: base >= 3, array, QuickCheck, HUnit, storable-complex + build-depends: base >= 3, array, QuickCheck, HUnit, storable-complex, process else - build-depends: base < 3, QuickCheck, HUnit, storable-complex + build-depends: base < 3, QuickCheck, HUnit, storable-complex, process Build-Depends: haskell98 Extensions: ForeignFunctionInterface, @@ -121,6 +121,13 @@ library Numeric.LinearAlgebra.Tests.Properties C-sources: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c, lib/Numeric/GSL/gsl-aux.c + extra-source-files: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.h, + lib/Numeric/LinearAlgebra/LAPACK/clapack.h, + lib/Numeric/GSL/gsl-aux.h + + extra-source-files: lib/Numeric/GSL/Special/auto.hs, + lib/Numeric/GSL/Special/autoall.sh, + lib/Numeric/GSL/Special/replace.hs ghc-prof-options: -auto-all -- cgit v1.2.3