How to Install and Uninstall llvm-polly Package on openSUSE Leap

Last updated: May 17,2024

1. Install "llvm-polly" package

This tutorial shows how to install llvm-polly on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install llvm-polly

2. Uninstall "llvm-polly" package

Please follow the guidelines below to uninstall llvm-polly on openSUSE Leap:

$ sudo zypper remove llvm-polly

3. Information about the llvm-polly package on openSUSE Leap

Information for package llvm-polly:
-----------------------------------
Repository : Main Repository
Name : llvm-polly
Version : 15.0.7-bp155.1.7
Arch : x86_64
Vendor : openSUSE
Installed Size : 72 B
Installed : No
Status : not installed
Source package : llvm-15.0.7-bp155.1.7.src
Upstream URL : https://polly.llvm.org/
Summary : LLVM Framework for High-Level Loop and Data-Locality Optimizations
Description :
Polly is a high-level loop and data-locality optimizer and optimization
infrastructure for LLVM. It uses an abstract mathematical representation based
on integer polyhedra to analyze and optimize the memory access pattern of a
program. Polly can currently perform classical loop transformations, especially
tiling and loop fusion to improve data-locality. It can also exploit OpenMP
level parallelism and expose SIMDization opportunities.
This package is a dummy package that depends on the version of
llvm-polly that openSUSE currently supports. Packages that
don't require a specific LLVM version should depend on this.

5. The same packages on other Linux Distributions