Skip to content

python-llvmlite [Package]:  #10399

Open
@Haiz14

Description

@Haiz14

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

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    package requestA new package was requestedpythonIssue is about Python related stuff, including pip

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions