packages feed

lapack-ffi-0.0: lapack-ffi.cabal

Name:             lapack-ffi
Version:          0.0
License:          BSD3
License-File:     LICENSE
Author:           Henning Thielemann <haskell@henning-thielemann.de>
Maintainer:       Henning Thielemann <haskell@henning-thielemann.de>
Homepage:         http://hub.darcs.net/thielema/lapack-ffi/
Category:         Math
Synopsis:         Auto-generated interface to Fortran LAPACK
Description:
  LAPACK is a package for efficient numerically robust linear algebra.
  The original implementation is written in FORTRAN.
  .
  This is an automatically generated low-level wrapper.
  We provide bindings to functions of all variants
  for @Float@, @Double@, @Complex Float@ and @Complex Double@.
  We do not use TemplateHaskell nor HSC nor CHS,
  but instead Haskell 98 code
  generated by the custom @lapack-ffi-tools@ package.
Tested-With:      GHC==7.4.2, GHC==7.8.4
Cabal-Version:    >=1.14
Build-Type:       Simple

Source-Repository this
  Tag:         0.0
  Type:        darcs
  Location:    http://hub.darcs.net/thielema/lapack-ffi/

Source-Repository head
  Type:        darcs
  Location:    http://hub.darcs.net/thielema/lapack-ffi/

Library
  PkgConfig-Depends: lapack
  Build-Depends:
    netlib-ffi >=0.0 && <0.1,
    base >=4.5 && <5

  GHC-Options:      -Wall
  Hs-Source-Dirs:   src
  Default-Language: Haskell98
  Exposed-Modules:
    Numeric.LAPACK.FFI.Float
    Numeric.LAPACK.FFI.Double
    Numeric.LAPACK.FFI.Real
    Numeric.LAPACK.FFI.ComplexFloat
    Numeric.LAPACK.FFI.ComplexDouble
    Numeric.LAPACK.FFI.Complex
    Numeric.LAPACK.FFI.Generic
    Numeric.LAPACK.FFI.Miscellaneous