How To Install blis-threads on Fedora 36

In this tutorial we learn how to install blis-threads in Fedora 36. blis-threads is BLAS-like Library Instantiation Software Framework - pthreads

Introduction

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

What is blis-threads

BLIS is a portable software framework for instantiating high-performance BLAS-like dense linear algebra libraries. The framework was designed to isolate essential kernels of computation that, when optimized, immediately enable optimized implementations of most of its commonly used and computationally intensive operations. While BLIS exports a new BLAS-like API, it also includes a BLAS compatibility layer which gives application developers access to BLIS implementations via traditional BLAS routine calls. This packaging contains automatically-dispatched architecture-optimized kernels for some targets, notably recent x86_64. This is the pthreads-parallelized version.

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

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

sudo dnf -y install blis-threads

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

sudo yum -y install blis-threads

How To Uninstall blis-threads on Fedora 36

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

sudo dnf remove blis-threads

blis-threads Package Contents on Fedora 36

---
title: "How To Install blis-threads on Fedora 36"
linkTitle: "blis-threads"
type: "docs"
description: "In this tutorial we learn how to install blis-threads in Fedora 36. blis-threads is BLAS-like Library Instantiation Software Framework - pthreads"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/blis-threads-featured.png
---

## Introduction

In this tutorial we learn how to install `blis-threads` on Fedora 36.

### What is `blis-threads`

>  BLIS is a portable software framework for instantiating high-performance BLAS-like dense linear algebra libraries.  The framework was designed to isolate essential kernels of computation that, when optimized, immediately enable optimized implementations of most of its commonly used and computationally intensive operations. While BLIS exports a new BLAS-like API, it also includes a BLAS compatibility layer which gives application developers access to BLIS implementations via traditional BLAS routine calls.  This packaging contains automatically-dispatched architecture-optimized kernels for some targets, notably recent x86_64.  This is the pthreads-parallelized version.  

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

## Install blis-threads on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

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

sudo dnf -y install blis-threads

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

sudo yum -y install blis-threads

How To Uninstall blis-threads on Fedora 36

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

sudo dnf remove blis-threads

blis-threads Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/8b
/usr/lib/.build-id/8b/890efdd8b3d7b68da611f91b3befb53289273d
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/1f17bbfc93fdb9307e14297cfaa8c33e0357dc
/usr/lib/blisblasp
/usr/lib/blisblasp/libblas.so
/usr/lib/blisblasp/libblas.so.3
/usr/lib/libblisp.so.2
/usr/lib/libblisp.so.2.1.0
/usr/share/doc/blis-threads
/usr/share/doc/blis-threads/CHANGELOG.gz
/usr/share/doc/blis-threads/CREDITS
/usr/share/doc/blis-threads/README.Fedora
/usr/share/doc/blis-threads/README.md
/usr/share/licenses/blis-threads
/usr/share/licenses/blis-threads/LICENSE

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/0b /usr/lib/.build-id/0b/3ac7bf00d56b7f8c18a71535757fd417f70739 /usr/lib/.build-id/e7 /usr/lib/.build-id/e7/7664eea0a5a72dc3f51a532707b1d3238be411 /usr/lib64/blisblasp /usr/lib64/blisblasp/libblas.so /usr/lib64/blisblasp/libblas.so.3 /usr/lib64/libblisp.so.2 /usr/lib64/libblisp.so.2.1.0 /usr/share/doc/blis-threads /usr/share/doc/blis-threads/CHANGELOG.gz /usr/share/doc/blis-threads/CREDITS /usr/share/doc/blis-threads/README.Fedora /usr/share/doc/blis-threads/README.md /usr/share/licenses/blis-threads /usr/share/licenses/blis-threads/LICENSE


## References

* [blis-threads website](https://github.com/flame/blis)

## Summary

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