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
|
Source: fftw
Priority: optional
Maintainer: James A. Treacy <treacy@debian.org>
Standards-Version: 3.5.8.0
Build-Depends: mpich, g77
Package: fftw2
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Suggests: fftw-dev, mpich
Provides: fftw2-double
Conflicts: fftw2-double
Description: Library for computing Fast Fourier Transforms
This library computes Fast Fourier Transforms (FFT) in one
or more dimensions. It is extremely fast. This package
contains the shared library version of the fftw libraries
in double precision.
.
To get the static library and the header files you need to
install fftw-dev.
.
For documentation and test programs, install fftw-docs
Package: fftw-dev
Architecture: any
Section: devel
Depends: fftw2 (= ${Source-Version}), ${shlibs:Depends}
Provides: fftw-double-dev
Conflicts: fftw1-dev, fftw-double-dev
Description: Library for computing Fast Fourier Transforms
This library computes FFTs in one or more dimensions. It
is extremely fast. This package contains the statically
linked library and the header files.
Package: sfftw2
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Suggests: sfftw-dev, mpich
Provides: fftw2-single
Conflicts: fftw2-single, fftw2 (<= 2.1.3-10)
Description: Library for computing Fast Fourier Transforms
This library computes Fast Fourier Transforms (FFT) in one
or more dimensions. It is extremely fast. This package
contains the shared library version of the fftw libraries
in single precision.
.
To get the static library and the header files you need to
install sfftw-dev.
.
For documentation and test programs, install fftw-docs
Package: sfftw-dev
Architecture: any
Section: devel
Depends: sfftw2 (= ${Source-Version}), ${shlibs:Depends}
Provides: fftw-single-dev
Conflicts: fftw1-dev, fftw-dev (<< 2.1.3-8), fftw-single-dev
Description: Library for computing Fast Fourier Transforms
This library computes FFTs in one or more dimensions. It
is extremely fast. This package contains the statically
linked library and the header files.
Package: fftw-docs
Architecture: all
Section: libs
Depends: ${shlibs:Depends}
Suggests: fftw2
Conflicts: fftw-dev (<< 2.1.3-15), k6fftwgel (<< 1.1-8), k7fftwgel (<< 1.2-6), p4fftwgel-dev (<< 1.2-5)
Description: Documentation for fftw
This package contains the documentation and test programs for fftw,
a Fast Fourier Transform library.
|