NOTICE: This package has been removed from pkgsrc

./wip/py-numba, NumPy aware dynamic Python compiler using LLVM

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.37.0, Package name: py27-numba-0.37.0, Maintainer: pkgsrc-users

Numba is an Open Source NumPy-aware optimizing compiler for Python
sponsored by Continuum Analytics, Inc. It uses the
remarkable LLVM compiler infrastructure to compile Python syntax to
machine code.

It is aware of NumPy arrays as typed memory regions and so can speed-up
code using NumPy arrays. Other, less well-typed code will be translated
to Python C-API calls effectively removing the "interpreter" but not removing
the dynamic indirection.

Numba is also not a tracing JIT. It *compiles* your code before it gets
run either using run-time type information or type information you provide
in the decorator.

Numba is a mechanism for producing machine code from Python syntax and typed
data structures such as those that exist in NumPy.


Required to run:
[devel/py-setuptools] [math/py-numpy]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 169064ae9fc9e5f2ea25f4c2f1777c8f9e06b1eb
RMD160: 44aebaf5986cad9a3b6c12a4d7faa0708105a68d
Filesize: 1694.011 KB

Version history: (Expand)