How to Install and Uninstall python3-PeachPy Package on openSUSE Leap

Last updated: May 16,2024

1. Install "python3-PeachPy" package

Please follow the instructions below to install python3-PeachPy on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-PeachPy

2. Uninstall "python3-PeachPy" package

Learn how to uninstall python3-PeachPy on openSUSE Leap:

$ sudo zypper remove python3-PeachPy

3. Information about the python3-PeachPy package on openSUSE Leap

Information for package python3-PeachPy:
----------------------------------------
Repository : Main Repository
Name : python3-PeachPy
Version : 0.2.0~pre.1583266105.f189ad2-bp155.2.8
Arch : x86_64
Vendor : openSUSE
Installed Size : 10.3 MiB
Installed : No
Status : not installed
Source package : python-PeachPy-0.2.0~pre.1583266105.f189ad2-bp155.2.8.src
Upstream URL : https://github.com/Maratyszcza/PeachPy
Summary : Portable Efficient Assembly Codegen in Higher-level Python
Description :
Portable Efficient Assembly Code-generator in Higher-level Python (PEACH-Py)
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)
- Allows 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)