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
|
Source: python-pycudwt
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Debian PaN Maintainers <debian-pan-maintainers@alioth-lists.debian.net>,
Roland Mas <lolando@debian.org>,
Section: contrib/python
Priority: optional
Build-Depends:
cython3,
debhelper-compat (= 13),
dh-sequence-numpy3,
dh-sequence-python3,
nvidia-cuda-toolkit,
nvidia-detect <!nocheck>,
pybuild-plugin-pyproject,
python3-all,
python3-all-dev,
python3-numpy <!nocheck>,
python3-pywt <!nocheck>,
python3-scipy <!nocheck>,
python3-setuptools,
# python3-sphinx <!nodoc>,
# python3-sphinx-rtd-theme <!nodoc>,
# python3-sphinx-pngmath <!nodoc>, # not packaged yet
Standards-Version: 3.9.6
#Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/pierrepaleo/pypwt
Package: python3-pycudwt
Architecture: any
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: Python-CUDA implementation of the Wavelet Transform
pycudwt is a python module for parallel Discrete Wavelet Transform
using CUDA.
|