cufft-0.8.0.0: cufft.cabal
name: cufft
version: 0.8.0.0
synopsis: Haskell bindings for the CUFFT library
description:
This library contains FFI bindings to the CUFFT library, which provides
highly optimised, FFTW compatible, Fast-Fourier Transform (FFT)
implementations for NVIDIA GPUs. The CUFFT library is part of the CUDA
developer toolkit.
.
<http://developer.nvidia.com/cuda-downloads>
.
See the <https://travis-ci.org/tmcdonell/cublas travis-ci.org> build matrix
for tested CUDA library versions.
homepage: http://github.com/robeverest/cufft
license: BSD3
license-file: LICENSE
author: Robert Clifton-Everest, Trevor L. McDonell
maintainer: Robert Clifton-Everest <robertce@cse.unsw.edu.au>
homepage: https://github.com/robeverest/cufft
bug-reports: https://github.com/robeverest/cufft/issues
category: Foreign
build-type: Custom
cabal-version: >= 1.22
tested-with: GHC >= 7.6
Extra-tmp-files:
cufft.buildinfo.generated
Extra-source-files:
cbits/wrap.h
README.md
custom-setup
setup-depends:
base >= 4.6
, Cabal >= 1.22
, cuda >= 0.8
, directory >= 1.0
, filepath >= 1.0
, template-haskell
library
hs-source-dirs: .
include-dirs: .
default-language: Haskell98
exposed-modules:
Foreign.CUDA.FFT
other-modules:
Foreign.CUDA.FFT.Error
Foreign.CUDA.FFT.Execute
Foreign.CUDA.FFT.Plan
Foreign.CUDA.FFT.Stream
Foreign.CUDA.FFT.Internal.C2HS
build-depends:
base == 4.*
, cuda >= 0.6.6
build-tools:
c2hs >= 0.21
ghc-options:
-Wall
-O2
-funbox-strict-fields
-fwarn-tabs
Source-repository head
Type: git
Location: https://github.com/robeverest/cufft
source-repository this
type: git
location: https://github.com/robeverest/cufft
tag: 0.8.0.0
-- vim: nospell