Source: numba Section: science Priority: optional Maintainer: Debian Science Maintainers Uploaders: Mo Zhou Build-Depends: debhelper (>= 11), dh-python, python3-all-dev, python3-llvmlite (>= 0.27.0~), python3-numpy, python3-sphinx, python3-sphinx-rtd-theme, python3-pytest, python3-setuptools, libtbb-dev, Standards-Version: 4.3.0 Homepage: http://numba.pydata.org/ Vcs-Git: https://salsa.debian.org/science-team//numba.git Vcs-Browser: https://salsa.debian.org/science-team/numba Package: python3-numba Architecture: any Section: python Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, python3-llvmlite (>= 0.27.0~) Recommends: numba-doc Suggests: nvidia-cuda-toolkit [amd64 ppc64el] Description: native machine code compiler for Python 3 Numba compiles native machine code instructions from Python programs at runtime using the LLVM compiler infrastructure. It could be easily employed by decorating individual computation intensive functions in the Python code. Numba could significantly speed up the performance of computations, and optionally supports compilation to run on GPU processors through Nvidia's CUDA platform. It integrates well with the Python scientific software stack, and especially recognizes Numpy arrays. . This package contains the modules for Python 3. Package: numba-doc Architecture: all Section: doc Depends: ${sphinxdoc:Depends}, ${misc:Depends} Recommends: python-numba, python3-numba Description: native machine code compiler for Python (docs) Numba compiles native machine code instructions from Python programs at runtime using the LLVM compiler infrastructure. Just-in-time compilation with Numba could be easily employed by decorating individual computation intensive functions in the Python code. Numba could significantly speed up the performance of computations, and optionally supports compilation to run on GPU processors through Nvidia's CUDA platform. It integrates well with the Python scientific software stack, and especially recognizes Numpy arrays. . This package contains the documentation and examples.