blaze on AUR (Arch User Repository)

Last updated: July 05,2024

1. Install "blaze" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install blaze on Arch using YAY

$ yay -S blaze

* (Optional) Uninstall blaze on Arch using YAY

$ yay -Rns blaze

2. Manually Install "blaze" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone blaze's git locally

$ git clone https://aur.archlinux.org/blaze.git ~/blaze

c. Go to ~/blaze folder and install it

$ cd ~/blaze $ makepkg -si

3. Information about the blaze package on Arch User Repository (AUR)

ID: 1068440
Name: blaze
PackageBaseID: 143110
PackageBase: blaze
Version: 3.8.1-1
Description: An open-source, high-performance C++ math library for dense and sparse arithmetic.
URL: https://bitbucket.org/blaze-lib/blaze
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: acxz
FirstSubmitted: 1561840271
LastModified: 1650291581
URLPath: /cgit/aur.git/snapshot/blaze.tar.gz

5. The same packages on other Linux Distributions