How To Install flexiblas-blis-openmp on Fedora 36

In this tutorial we learn how to install flexiblas-blis-openmp in Fedora 36. flexiblas-blis-openmp is FlexiBLAS wrappers for BLIS

Introduction

In this tutorial we learn how to install flexiblas-blis-openmp on Fedora 36.

What is flexiblas-blis-openmp

FlexiBLAS is a wrapper library that enables the exchange of the BLAS and LAPACK implementation used by a program without recompiling or relinking it. This package contains FlexiBLAS wrappers for the library compiled with OpenMP support with a 32-integer interface.

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

Install flexiblas-blis-openmp 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 flexiblas-blis-openmp using dnf by running the following command:

sudo dnf -y install flexiblas-blis-openmp

Install flexiblas-blis-openmp 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 flexiblas-blis-openmp using yum by running the following command:

sudo yum -y install flexiblas-blis-openmp

How To Uninstall flexiblas-blis-openmp on Fedora 36

To uninstall only the flexiblas-blis-openmp package we can use the following command:

sudo dnf remove flexiblas-blis-openmp

flexiblas-blis-openmp Package Contents on Fedora 36

/etc/flexiblasrc.d/blis-openmp.conf
/usr/lib/.build-id
/usr/lib/.build-id/e9
/usr/lib/.build-id/e9/fe90f24c119f82b698135aed42c76c42492b31
/usr/lib64/flexiblas/libflexiblas_blis-openmp.so

References

Summary

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