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
|
Source: nfft
Maintainer: Ghislain Vaillant <ghisvail@gmail.com>
Section: libs
Priority: optional
Build-Depends:
debhelper (>= 9),
dh-autoreconf,
libfftw3-dev,
pkg-config
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/nfft.git
Vcs-Git: git://anonscm.debian.org/debian-science/packages/nfft.git
Homepage: http://www-user.tu-chemnitz.de/~potts/nfft
Package: libnfft3-1
Architecture: any
Multi-Arch: same
Depends:
${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Library for computing Non-uniform Fast Fourier Transforms
NFFT is a C subroutine library for computing the nonequispaced discrete
Fourier transform (NDFT) in one or more dimensions, of arbitrary input
size, and of complex data.
.
This package contains the shared version of the library.
.
To get the static library and the header files, you need to install
libnfft3-dev.
Package: libnfft3-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
${misc:Depends},
${shlibs:Depends},
libnfft3-1 (= ${binary:Version}),
libfftw3-dev
Description: Library for computing Non-uniform Fast Fourier Transforms - development
NFFT is a C subroutine library for computing the nonequispaced discrete
Fourier transform (NDFT) in one or more dimensions, of arbitrary input
size, and of complex data.
.
This package contains the header files and static version of the library.
Package: libnfft3-dbg
Architecture: any
Multi-Arch: same
Section: debug
Priority: extra
Depends:
${misc:Depends},
libnfft3-1 (= ${binary:Version})
Suggests:
libfftw3-dbg
Description: Library for computing Non-uniform Fast Fourier Transforms - debug symbols
NFFT is a C subroutine library for computing the nonequispaced discrete
Fourier transform (NDFT) in one or more dimensions, of arbitrary input
size, and of complex data.
.
This package contains the detached debugging symbols of the library.
|