hipblas on AUR (Arch User Repository)

Last updated: May 17,2024

1. Install "hipblas" 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 hipblas on Arch using YAY

$ yay -S hipblas

* (Optional) Uninstall hipblas on Arch using YAY

$ yay -Rns hipblas

2. Manually Install "hipblas" via AUR

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

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

b. Clone hipblas's git locally

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

c. Go to ~/hipblas folder and install it

$ cd ~/hipblas $ makepkg -si

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

ID: 1131984
Name: hipblas
PackageBaseID: 148702
PackageBase: hipblas
Version: 5.2.3-1
Description: ROCm BLAS marshalling library
URL: https://hipblas.readthedocs.io/en/latest/
NumVotes: 3
Popularity: 0.947504
OutOfDate:
Maintainer: tpkessler
FirstSubmitted: 1580569018
LastModified: 1661690254
URLPath: /cgit/aur.git/snapshot/hipblas.tar.gz

5. The same packages on other Linux Distributions