Пакет python3-module-llvmlite: Информация

  • Default inline alert: Версия в репозитории: 0.42.0-alt1

Исходный пакет: python3-module-llvmlite
Версия: 0.40.0-alt1
Последняя версия по данным Repology
Собран:  3 мая 2023 г. 12:39 в задании #319770
Категория: Разработка/Python 3
Сообщить об ошибке в пакете
Домашняя страница: https://pypi.org/project/llvmlite

Лицензия: BSD-2-Clause
О пакете: A lightweight LLVM python binding for writing JIT compilers
Описание: 
A lightweight LLVM python binding for writing JIT compilers

The old llvmpy  binding exposes a lot of LLVM APIs but the mapping of
C++-style memory management to Python is error prone. Numba_ and many JIT
compilers do not need a full LLVM API.  Only the IR builder, optimizer,
and JIT compiler APIs are necessary.

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.

Список rpm-пакетов, предоставляемых данным srpm-пакетом:
python3-module-llvmlite (x86_64, ppc64le, i586, armh, aarch64)
python3-module-llvmlite-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

Сопровождающий: Grigory Ustinov

Список участников:
Grigory Ustinov

Права:
Grigory Ustinov
@python

    1. lld11.0
    2. llvm11.0-devel
    3. clang11.0
    4. python3-module-setuptools
    5. libstdc++-devel
    6. rpm-build-python3

Последнее изменение


3 мая 2023 г. Grigory Ustinov 0.40.0-alt1
- Automatically updated to 0.40.0.
16 сентября 2022 г. Grigory Ustinov 0.39.1-alt1
- Build new version.
- Build with check.
6 декабря 2021 г. Grigory Ustinov 0.37.0-alt2
- Fixed build with python3.10.