mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
ecfff269f0
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
13 lines
516 B
Text
13 lines
516 B
Text
python3-llvmlite (Lightweight LLVM python binding)
|
|
|
|
llvmlite is a project originally tailored for Numba's needs, using the
|
|
following approach:
|
|
|
|
-A small C wrapper around the parts of the LLVM C++ API we need that
|
|
are not already exposed by the LLVM C API.
|
|
-A ctypes Python wrapper around the C API.
|
|
-A pure Python implementation of the subset of the LLVM IR builder that
|
|
we need for Numba.
|
|
|
|
NOTE: Unable to support newer versions than 0.40.1 due to requiring a
|
|
newer LLVM than included in Slackware (needs >= 14.0).
|