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

    Исходный пакет: python3-module-llvmlite
    Версия: 0.42.0-alt1
    Последняя версия по данным Repology
    Собран:  26 марта 2024 г. 16:49 в задании #343626
    Категория: Разработка/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, aarch64)
    python3-module-llvmlite-debuginfo (x86_64, ppc64le, i586, aarch64)

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

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

    Права:
    Grigory Ustinov
    @python

      1. clang14.0
      2. libstdc++-devel
      3. lld14.0
      4. llvm14.0-devel
      5. python3-module-pyproject-installer >= 0.4.0
      6. python3-module-setuptools
      7. python3-module-wheel
      8. rpm-build-python3

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


    26 марта 2024 г. Grigory Ustinov 0.42.0-alt1
    - Automatically updated to 0.42.0.
    10 февраля 2024 г. Grigory Ustinov 0.41.0-alt1
    - Automatically updated to 0.41.0.
    13 сентября 2023 г. Konstantin Lepikhov 0.40.1-alt3
    - llvm12.0->llvm14.0.