File not found: fix-cli-test.patch

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 0000000123 123 Bytes
numba-0.60.0.tar.gz 0002702171 2.58 MB
numpy21.patch 0000015454 15.1 KB
python-numba.changes 0000069809 68.2 KB
python-numba.spec 0000006710 6.55 KB
skip-failing-tests.patch 0000003079 3.01 KB
Latest Revision
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1221605 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 50)
Automatic submission by obs-autosubmit
Comments 0
openSUSE Build Service is sponsored by