Open
Description
Package description
llvmlite provides a Python binding to LLVM for use in Numba. Numba previously relied on llvmpy.
The problematic part of installing installing this package is that it requires llvm v 11.x.x and the current version of llvm on termux is 14.
RuntimeError: Building llvmlite requires LLVM 11.x.x, got '14.0.1'. Be sure to set LLVM_CONFIG to the right executable path.
Home page URL
https://llvmlite.readthedocs.io/en/latest/
Source code URL
https://github.com/numba/llvmlite
Packaging policy acknowledgement
- I have read and understand the Packaging Policy.
Additional information
I tried building llvm 11.0.0 on termux using
cmake --build . -j1 -j2
but termux crashed at when the build reached around 60 %. Now, i am trying to build it using cmake --build . -j1
but it's taking too much time.