How To Install polly on Fedora 36

In this tutorial we learn how to install polly in Fedora 36. polly is LLVM Framework for High-Level Loop and Data-Locality Optimizations

Introduction

In this tutorial we learn how to install polly on Fedora 36.

What is polly

Polly is a high-level loop and data-locality optimizer and optimization infrastructure for LLVM. It uses an abstract mathematical representation based on integer polyhedron to analyze and optimize the memory access pattern of a program.

We can use yum or dnf to install polly on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install polly.

Install polly on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install polly using dnf by running the following command:

sudo dnf -y install polly

Install polly on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install polly using yum by running the following command:

sudo yum -y install polly

How To Uninstall polly on Fedora 36

To uninstall only the polly package we can use the following command:

sudo dnf remove polly

polly Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/5a848b7e0cb9d2ab0ee03bbe95e5bce2095f11
/usr/lib/.build-id/92
/usr/lib/.build-id/92/e7024251adc2c0b59f5f802cb0cfc458a37730
/usr/lib/.build-id/be
/usr/lib/.build-id/be/83ee47af47d1c120cacae4ed9bc08c9dc7e462
/usr/lib/LLVMPolly.so
/usr/lib/libPolly.so.14
/usr/lib/libPollyISL.so
/usr/share/licenses/polly
/usr/share/licenses/polly/LICENSE.TXT

References

Summary

In this tutorial we learn how to install polly on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install polly on Fedora 36” linkTitle: “polly” type: “docs” description: “In this tutorial we learn how to install polly in Fedora 36. polly is LLVM Framework for High-Level Loop and Data-Locality Optimizations” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/polly-featured.png

Introduction

In this tutorial we learn how to install polly on Fedora 36.

What is polly

Polly is a high-level loop and data-locality optimizer and optimization infrastructure for LLVM. It uses an abstract mathematical representation based on integer polyhedron to analyze and optimize the memory access pattern of a program.

We can use yum or dnf to install polly on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install polly.

Install polly on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install polly using dnf by running the following command:

sudo dnf -y install polly

Install polly on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install polly using yum by running the following command:

sudo yum -y install polly

How To Uninstall polly on Fedora 36

To uninstall only the polly package we can use the following command:

sudo dnf remove polly

polly Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/2b
/usr/lib/.build-id/2b/277f59abe3a4b64419305340e5f69f6e3f2b4e
/usr/lib/.build-id/38
/usr/lib/.build-id/38/8bea17a0488277474f92760a5c60f7ac27289a
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/880a86b548b53d75f1cfeee16cad2dd692b5bc
/usr/lib64/LLVMPolly.so
/usr/lib64/libPolly.so.14
/usr/lib64/libPollyISL.so
/usr/share/licenses/polly
/usr/share/licenses/polly/LICENSE.TXT

References

Summary

In this tutorial we learn how to install polly on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).