Compiling Python code using LLVM

Edit Package python-numba

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.

Refresh
Refresh
Source Files
Filename Size Changed
_multibuild 0000000053 53 Bytes
allow-numpy-1.24.patch 0000000389 389 Bytes
fix-cli-test.patch 0000000564 564 Bytes
numba-0.56.4.tar.gz 0002418748 2.31 MB
python-numba.changes 0000063499 62 KB
python-numba.spec 0000006161 6.02 KB
skip-failing-tests.patch 0000001792 1.75 KB
update-tbb-backend-calls-2021.6.patch 0000002209 2.16 KB
Revision 59 (latest revision is 99)
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 59)
WIP upgrade
Comments 0
openSUSE Build Service is sponsored by