python-peachpy 0.0~git20211013.257881e-1.1 source package in Ubuntu

Changelog

python-peachpy (0.0~git20211013.257881e-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Patch: Support setuptools >= 60 (Closes: #1022480)

 -- Stefano Rivera <email address hidden>  Sun, 13 Nov 2022 11:31:03 +0200

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any-amd64 all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-peachpy_0.0~git20211013.257881e-1.1.dsc 1.7 KiB 919d42388af5b233c75102b40f8e671635507323ac56456b133401ff7ea76ab9
python-peachpy_0.0~git20211013.257881e.orig.tar.xz 184.6 KiB bcd453cff4048e5f88693393aa47db0b6cb0bdcf1afe318ff8ac59c1702a3aa3
python-peachpy_0.0~git20211013.257881e-1.1.debian.tar.xz 4.8 KiB dbd9b47ca51c715000e856a603a7ff06edb7901ff8738af016622cdb99bdabed

No changes file available.

Binary packages built by this source

python-peachpy-doc: Portable Efficient Assembly Codegen in Higher-level Python (doc)

 PEACH-Py is a Python framework for writing high-performance assembly kernels.
 PEACH-Py is developed to simplify writing optimized assembly kernels while
 preserving all optimization opportunities of traditional assembly.
 .
 This is the common documentation package.

python3-peachpy: Portable Efficient Assembly Codegen in Higher-level Python (Python 3)

 PEACH-Py is a Python framework for writing high-performance assembly kernels.
 PEACH-Py is developed to simplify writing optimized assembly kernels while
 preserving all optimization opportunities of traditional assembly. Some
 PEACH-Py features:
  * Automatic register allocation
  * Stack frame management, including re-aligning of stack frame as needed
  * Generating versions of a function for different calling conventions from
    the same source (e.g. functions for Microsoft x64 ABI and System V x86-64
    ABI can be generated from the same source)
  * Allow one to define constants in the place where they are used (just like
    in high-level languages)
  * Tracking of instruction extensions used in the function.
  * Multiplexing of multiple instruction streams (helpful for software
    pipelining)
 .
 This package installs the library for Python 3.