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 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130
|
Source: gpyfft
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Picca Frédéric-Emmanuel <picca@debian.org>
Build-Depends: cython,
cython-dbg,
cython3,
cython3-dbg,
debhelper (>= 10),
dh-python,
libclfft-dev,
python-all-dbg,
python-all-dev,
python-nose-parameterized <!nocheck>,
python-numpy,
python-numpy-dbg,
python-numpydoc <!nodoc>,
python-pyopencl <!nocheck> <!nodoc>,
python-pyopencl-dbg <!nocheck> <!nodoc>,
python-setuptools,
python-sphinx <!nodoc>,
python3-all-dbg,
python3-all-dev,
python3-nose-parameterized <!nocheck>,
python3-numpy,
python3-numpy-dbg,
python3-numpydoc <!nodoc>,
python3-pyopencl <!nocheck> <!nodoc>,
python3-pyopencl-dbg <!nocheck> <!nodoc>,
python3-setuptools,
python3-sphinx <!nodoc>
Standards-Version: 4.1.0
Homepage: https://github.com/geggo/gpyfft
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/gpyfft.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/gpyfft.git/
Testsuite: autopkgtest-pkg-python
Package: python-gpyfft
Architecture: any
Section: python
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Suggests: python-gpyfft-doc
Description: Wrapper for the OpenCL FFT library clFFT (Python 2)
This python wrapper is designed to tightly integrate with
PyOpenCL. It consists of a low-level Cython based wrapper with an
interface similar to the underlying C library. On top of that it
offers a high-level interface designed to work on data contained in
instances of pyopencl.array.Array, a numpy work-alike array class for
GPU computations. The high-level interface takes some inspiration
from pyFFTW. For details of the high-level interface see fft.py.
.
This package installs the library for Python 2.
Package: python-gpyfft-dbg
Architecture: any
Section: debug
Depends: python-dbg,
python-gpyfft (= ${binary:Version}),
python-numpy-dbg,
python-pyopencl-dbg,
${misc:Depends},
${python:Depends},
${shlibs:Depends}
Suggests: python-gpyfft-doc
Description: Wrapper for the OpenCL FFT library clFFT (Python 2 debug)
This python wrapper is designed to tightly integrate with
PyOpenCL. It consists of a low-level Cython based wrapper with an
interface similar to the underlying C library. On top of that it
offers a high-level interface designed to work on data contained in
instances of pyopencl.array.Array, a numpy work-alike array class for
GPU computations. The high-level interface takes some inspiration
from pyFFTW. For details of the high-level interface see fft.py.
.
This package installs the library for Python 2 debug.
Package: python3-gpyfft
Architecture: any
Section: python
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Suggests: python-gpyfft-doc
Description: Wrapper for the OpenCL FFT library clFFT (Python 3)
This python wrapper is designed to tightly integrate with
PyOpenCL. It consists of a low-level Cython based wrapper with an
interface similar to the underlying C library. On top of that it
offers a high-level interface designed to work on data contained in
instances of pyopencl.array.Array, a numpy work-alike array class for
GPU computations. The high-level interface takes some inspiration
from pyFFTW. For details of the high-level interface see fft.py.
.
This package installs the library for Python 3.
Package: python3-gpyfft-dbg
Architecture: any
Section: debug
Depends: python3-dbg,
python3-gpyfft (= ${binary:Version}),
python3-numpy-dbg,
python3-pyopencl-dbg,
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Suggests: python-gpyfft-doc
Description: Wrapper for the OpenCL FFT library clFFT (Python 3 debug)
This python wrapper is designed to tightly integrate with
PyOpenCL. It consists of a low-level Cython based wrapper with an
interface similar to the underlying C library. On top of that it
offers a high-level interface designed to work on data contained in
instances of pyopencl.array.Array, a numpy work-alike array class for
GPU computations. The high-level interface takes some inspiration
from pyFFTW. For details of the high-level interface see fft.py.
.
This package installs the library for Python 3 debug.
Package: python-gpyfft-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Wrapper for the OpenCL FFT library clFFT (common documentation)
This python wrapper is designed to tightly integrate with
PyOpenCL. It consists of a low-level Cython based wrapper with an
interface similar to the underlying C library. On top of that it
offers a high-level interface designed to work on data contained in
instances of pyopencl.array.Array, a numpy work-alike array class for
GPU computations. The high-level interface takes some inspiration
from pyFFTW. For details of the high-level interface see fft.py.
.
This is the common documentation package.
|