-
Notifications
You must be signed in to change notification settings - Fork 5
/
cufft.cabal
80 lines (67 loc) · 2.14 KB
/
cufft.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
name: cufft
version: 0.9.0.1
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.
license: BSD3
license-file: LICENSE
author: Robert Clifton-Everest, Trevor L. McDonell
maintainer: Trevor L. McDonell <[email protected]>
homepage: https://github.com/robeverest/cufft
bug-reports: https://github.com/robeverest/cufft/issues
category: Foreign
build-type: Custom
cabal-version: >= 1.24
tested-with: GHC >= 7.6
Extra-tmp-files:
cufft.buildinfo.generated
Extra-source-files:
cbits/wrap.h
CHANGELOG.md
README.md
custom-setup
setup-depends:
base >= 4.6
, Cabal >= 1.24
, 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
Foreign.CUDA.FFT.Error
Foreign.CUDA.FFT.Execute
Foreign.CUDA.FFT.Plan
Foreign.CUDA.FFT.Stream
other-modules:
Foreign.CUDA.FFT.Internal.C2HS
build-depends:
base == 4.*
, cuda >= 0.8
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: v0.9.0.1
-- vim: nospell