llvmlite 0.40.0-1 source package in Ubuntu

Changelog

llvmlite (0.40.0-1) unstable; urgency=medium

  * New upstream version 0.40.0
  * Remove unneeded patches as of this release. Rebase remaining ones.

 -- Mo Zhou <email address hidden>  Sat, 17 Jun 2023 17:53:17 -0700

Upload details

Uploaded by:
LLVM Packaging Team
Uploaded to:
Sid
Original maintainer:
LLVM Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
llvmlite_0.40.0-1.dsc 2.2 KiB d763294ddacd7092af7142d8bdc7894c517a397f6675dd305f7d323d2f9f8936
llvmlite_0.40.0.orig.tar.xz 159.5 KiB cdb9a9024a7a3188188fa1c45602cfed7dba9ceb97616b902d1cc0f8ec56f2c8
llvmlite_0.40.0-1.debian.tar.xz 6.9 KiB bd70dfd03d3a86308430e1aa24c4b62eea162808a70220113f8e851565833841

Available diffs

No changes file available.

Binary packages built by this source

llvmlite-doc: LLVM Python binding for writing JIT compilers (docs)

 llvmlite uses the LLVM library for JIT (just-in-time) compilation of
 Python code into native machine instructions during runtime. Instead
 of exposing large parts of the LLVM C++ API for direct calls into the
 LLVM library, llvmlite follows a lightweight multi-layered approach.
 .
 This package contains the documentation and example code.

python3-llvmlite: LLVM Python 3 binding for writing JIT compilers

 llvmlite uses the LLVM library for JIT (just-in-time) compilation of
 Python code into native machine instructions during runtime. Instead
 of exposing large parts of the LLVM C++ API for direct calls into the
 LLVM library, llvmlite follows a lightweight multi-layered approach.
 .
 This package contains the modules and the binding for Python 3.

python3-llvmlite-dbgsym: debug symbols for python3-llvmlite