Source: clfft
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>,
           Jerome Kieffer <jerome.kieffer@esrf.fr>
Section: science
Priority: optional
Build-Depends: cmake,
               debhelper (>= 9),
               libboost-program-options-dev,
               ocl-icd-opencl-dev | opencl-dev
Build-Depends-Indep: doxygen
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/clfft.git
Vcs-Git: git://anonscm.debian.org/debian-science/packages/clfft.git
Homepage: https://github.com/clMathLibraries/clFFT

Package: libclfft-bin
Architecture: any
Multi-Arch: foreign
Section: libs
Depends: libclfft2 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: OpenCL FFT library (executables)
 The clFFT library is an open source OpenCL library implementation of discrete 
 Fast Fourier Transforms, which:
 .
   * Provides a fast and accurate platform for calculating discrete FFTs.
   * Works on CPU or GPU backends.
   * Supports in-place or out-of-place transforms.
   * Supports 1D, 2D, and 3D transforms with a batch size that can be greater 
     than 1.
   * Supports planar (real and complex components in separate arrays) and 
     interleaved (real and complex components as a pair contiguous in memory) 
     formats.
   * Supports dimension lengths that can be any mix of powers of 2, 3, and 5.
   * Supports single and double precision floating point formats.
 .
 This package provides the clFFT executables.

Package: libclfft-dev
Architecture: any
Section: libdevel
Depends: libclfft2 (= ${binary:Version}),
         ${misc:Depends}
Suggests: libclfft-doc
Description: OpenCL FFT library (development files)
 The clFFT library is an open source OpenCL library implementation of discrete 
 Fast Fourier Transforms, which:
 .
   * Provides a fast and accurate platform for calculating discrete FFTs.
   * Works on CPU or GPU backends.
   * Supports in-place or out-of-place transforms.
   * Supports 1D, 2D, and 3D transforms with a batch size that can be greater 
     than 1.
   * Supports planar (real and complex components in separate arrays) and 
     interleaved (real and complex components as a pair contiguous in memory) 
     formats.
   * Supports dimension lengths that can be any mix of powers of 2, 3, and 5.
   * Supports single and double precision floating point formats.
 .
 This package provides the clFFT development files.

Package: libclfft-doc
Architecture: all
Section: doc
Depends: libjs-mathjax,
         ${misc:Depends}
Description: OpenCL FFT library (documentation)
 The clFFT library is an open source OpenCL library implementation of discrete 
 Fast Fourier Transforms, which:
 .
   * Provides a fast and accurate platform for calculating discrete FFTs.
   * Works on CPU or GPU backends.
   * Supports in-place or out-of-place transforms.
   * Supports 1D, 2D, and 3D transforms with a batch size that can be greater 
     than 1.
   * Supports planar (real and complex components in separate arrays) and 
     interleaved (real and complex components as a pair contiguous in memory) 
     formats.
   * Supports dimension lengths that can be any mix of powers of 2, 3, and 5.
   * Supports single and double precision floating point formats.
 .
 This package provides the clFFT documentation.

Package: libclfft2
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
         ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: OpenCL FFT library (shared library)
 The clFFT library is an open source OpenCL library implementation of discrete 
 Fast Fourier Transforms, which:
 .
   * Provides a fast and accurate platform for calculating discrete FFTs.
   * Works on CPU or GPU backends.
   * Supports in-place or out-of-place transforms.
   * Supports 1D, 2D, and 3D transforms with a batch size that can be greater 
     than 1.
   * Supports planar (real and complex components in separate arrays) and 
     interleaved (real and complex components as a pair contiguous in memory) 
     formats.
   * Supports dimension lengths that can be any mix of powers of 2, 3, and 5.
   * Supports single and double precision floating point formats.
 .
 This package provides the clFFT shared library.

Package: libclfft2-dbg
Architecture: any
Multi-Arch: same
Section: debug
Priority: extra
Depends: libclfft2 (= ${binary:Version}),
         ${misc:Depends}
Description: OpenCL FFT library (debugging symbols)
 The clFFT library is an open source OpenCL library implementation of discrete 
 Fast Fourier Transforms, which:
 .
   * Provides a fast and accurate platform for calculating discrete FFTs.
   * Works on CPU or GPU backends.
   * Supports in-place or out-of-place transforms.
   * Supports 1D, 2D, and 3D transforms with a batch size that can be greater 
     than 1.
   * Supports planar (real and complex components in separate arrays) and 
     interleaved (real and complex components as a pair contiguous in memory) 
     formats.
   * Supports dimension lengths that can be any mix of powers of 2, 3, and 5.
   * Supports single and double precision floating point formats.
 .
 This package provides the clFFT debugging symbols.
