From c93a3f89c41a867f5b9bb0dda409e9dc44e76206 Mon Sep 17 00:00:00 2001 From: "max.suica" Date: Wed, 21 Apr 2010 02:12:08 +0000 Subject: Windows Install modification. --- hmatrix.cabal | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'hmatrix.cabal') diff --git a/hmatrix.cabal b/hmatrix.cabal index 894bff0..dfb3c6a 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal @@ -65,7 +65,7 @@ flag unsafe library - Build-Depends: base >= 3 && < 5, + Build-Depends: base >= 4 && < 5, array, storable-complex, process @@ -140,14 +140,19 @@ library include-dirs: /opt/local/include extra-libraries: gsl frameworks: Accelerate + + if os(windows) + extra-libraries: libgsl-0 blas lapack + extra-lib-dirs: ./gsl-lapack-windows + include-dirs: ./gsl-lapack-windows -- The extra-libraries required for GSL and LAPACK -- should now be automatically detected by configure(.hs) + extra-libraries: extra-lib-dirs: source-repository head type: darcs location: http://code.haskell.org/hmatrix - -- cgit v1.2.3