File: control

package info (click to toggle)
p4fftwgel 1.2-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 6,668 kB
  • ctags: 8,082
  • sloc: asm: 56,515; ansic: 15,040; ml: 8,501; sh: 7,562; perl: 2,894; makefile: 598; fortran: 79
file content (41 lines) | stat: -rw-r--r-- 1,548 bytes parent folder | download
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
Source: p4fftwgel
Priority: extra
Maintainer: James A. Treacy <treacy@debian.org>
Standards-Version: 3.5.2
Build-Depends: mpich, g77

Package: p4fftwgel2
Architecture: i386
Section: libs
Depends: ${shlibs:Depends}
Suggests: p4fftwgel-dev
Provides: fftw2, fftw2-single
Conflicts: fftw2, fftw2-single
Description: Library for computing Fast Fourier Transforms on Intel P4
 This library computes Fast Fourier Transforms (FFT) in one
 or more dimensions. It is extremely fast. This package
 contains the documentation and the shared version of the
 libraries. To get the static library and the header files you
 need to install p4fftwgel-dev.
 .
 This library uses the same interface as fftw so should be a drop-in
 replacement, but is currently limited to single precision only.
 The code is tuned for Intel P4 processors and can be as much as three
 times as fast as vanilla fftw.
 
Package: p4fftwgel-dev
Architecture: i386
Section: devel
Depends: p4fftwgel2 (= ${Source-Version}), ${shlibs:Depends}
Provides: fftw-dev, fftw-single-dev
Conflicts: fftw1-dev, fftw-dev, fftw-single-dev
Description: Library for computing Fast Fourier Transforms on Intel P4
 This library computes FFTs in one or more dimensions. It
 is extremely fast. This package contains the statically
 linked library and the header files.
 .
 This library uses the same interface as fftw so should be a drop-in
 replacement, but is currently limited to single precision only.
 The code is tuned for Intel P4 processors and can be as much as three
 times as fast as vanilla fftw.