packages feed

cufft-0.1.0.2: cufft.cabal

-- Initial cufft.cabal generated by cabal init.  For further documentation,
--  see http://haskell.org/cabal/users-guide/

name:                cufft
version:             0.1.0.2
synopsis:            Haskell bindings for the CUFFT library
description:         The CUFFT library is part of the CUDA developer toolkit.
                     .
                     <http://developer.nvidia.com/cuda-downloads>
                     .
                     It contains a highly optimised, FFTW compatible, Fast-Fourier Transform
                     implementation that can execute on NVIDIA GPUs.
homepage:            http://github.com/robeverest/cufft
license:             BSD3
license-file:        LICENSE
author:              Robert Clifton-Everest <robertce@cse.unsw.edu.au>
maintainer:          Robert Clifton-Everest <robertce@cse.unsw.edu.au>

category:            Foreign
build-type:          Configure
cabal-version:       >=1.8

Extra-tmp-files:        cufft.buildinfo config.status config.log
Extra-source-files:     configure
                        configure.ac
                        config.guess
                        config.sub
                        install-sh
                        cufft.buildinfo.in

library
  exposed-modules:      Foreign.CUDA.FFT

  other-modules:        Foreign.CUDA.FFT.Error
                        Foreign.CUDA.FFT.Plan
                        Foreign.CUDA.FFT.Execute
                        Foreign.CUDA.FFT.Internal.C2HS

  build-depends:        base == 4.*,
                        cuda >= 0.4.1

  build-tools:          c2hs >= 0.16
  ghc-options:          -Wall -O2 -funbox-strict-fields -fwarn-tabs

  include-dirs:         .

Source-repository head
  Type:                 git
  Location:             git://github.com/robeverest/cufft.git