pkgsrc/math/py-numba/distinfo
minskim 9ab4db0213 math/py-numba: Import version 0.37.0
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.

Packaged by Kamil Rytarowski for pkgsrc-wip and updated by me.
2018-05-18 16:08:49 +00:00

6 lines
404 B
Text

$NetBSD: distinfo,v 1.1 2018/05/18 16:08:49 minskim Exp $
SHA1 (numba-0.37.0.tar.gz) = 169064ae9fc9e5f2ea25f4c2f1777c8f9e06b1eb
RMD160 (numba-0.37.0.tar.gz) = 44aebaf5986cad9a3b6c12a4d7faa0708105a68d
SHA512 (numba-0.37.0.tar.gz) = 83a4e5a28a43ed1cd6584ccd63aac38a928af48c424ed119bc86487f0a2bfb9875c34f6fe0a03446d8c8e9179be81f831200c12ff31edc22bc4741789095f861
Size (numba-0.37.0.tar.gz) = 1734667 bytes