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 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115
|
Source: fftw
Section: oldlibs
Priority: extra
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
Paul Brossier <piem@debian.org>,
Thibaut Paumard <thibaut@debian.org>
Build-Depends:
autoconf,
automake,
autotools-dev,
debhelper (>= 9.0.0),
gfortran,
libtool,
mpi-default-dev,
texinfo,
Standards-Version: 3.9.6
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/fftw.git
Vcs-Browser: https://anonscm.debian.org/git/debian-science/packages/fftw.git
Homepage: http://fftw.org
Package: fftw2
Architecture: any
Section: oldlibs
Depends:
${misc:Depends},
${shlibs:Depends},
Suggests:
fftw-dev,
mpi-defaults-bin,
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: oldlibs
Depends:
fftw2 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Provides:
fftw-double-dev,
Conflicts:
fftw-double-dev,
fftw1-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: oldlibs
Depends:
${misc:Depends},
${shlibs:Depends},
Suggests:
mpi-defaults-bin,
sfftw-dev,
Provides:
fftw2-single,
Conflicts:
fftw2 (<= 2.1.3-10),
fftw2-single,
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: oldlibs
Depends:
sfftw2 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Provides:
fftw-single-dev,
Conflicts:
fftw-dev (<< 2.1.3-8),
fftw-single-dev,
fftw1-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: doc
Depends:
${misc: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.
|