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
|
Source: python-arrayfire
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: python
Testsuite: autopkgtest
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
libarrayfire-unified3 (>= 3.3.0+dfsg1-1~),
python-all,
python-numpydoc,
python-setuptools,
python-sphinx,
python3-all,
python3-setuptools
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/python-arrayfire.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/python-arrayfire.git
Homepage: http://arrayfire.com/
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Package: python-arrayfire
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
libarrayfire-unified3 (>= 3.3.0+dfsg1-1~)
Suggests: python-arrayfire-doc
Description: ArrayFire bindings for Python 2
ArrayFire is a high performance library for parallel computing with an
easy-to-use API. It enables users to write scientific computing code that is
portable across CUDA, OpenCL and CPU devices. This project provides Python
bindings for the ArrayFire library.
.
This package provides the bindings for Python 2.
Package: python3-arrayfire
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
libarrayfire-unified3 (>= 3.3.0+dfsg1-1~)
Suggests: python-arrayfire-doc
Description: ArrayFire bindings for Python 3
ArrayFire is a high performance library for parallel computing with an
easy-to-use API. It enables users to write scientific computing code that is
portable across CUDA, OpenCL and CPU devices. This project provides Python
bindings for the ArrayFire library.
.
This package provides the bindings for Python 3.
Package: python-arrayfire-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends},
libjs-mathjax
Description: documentation for the ArrayFire Python bindings
ArrayFire is a high performance library for parallel computing with an
easy-to-use API. It enables users to write scientific computing code that is
portable across CUDA, OpenCL and CPU devices. This project provides Python
bindings for the ArrayFire library.
.
This package provides the documentation for the Python bindings.
|