rocblas on AUR (Arch User Repository)

Last updated: May 18,2024

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

$ yay -S rocblas

* (Optional) Uninstall rocblas on Arch using YAY

$ yay -Rns rocblas

2. Manually Install "rocblas" via AUR

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

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

b. Clone rocblas's git locally

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

c. Go to ~/rocblas folder and install it

$ cd ~/rocblas $ makepkg -si

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

ID: 1128651
Name: rocblas
PackageBaseID: 138224
PackageBase: rocblas
Version: 5.2.3-1
Description: Next generation BLAS implementation for ROCm platform
URL: https://rocblas.readthedocs.io/en/latest
NumVotes: 10
Popularity: 0.949899
OutOfDate:
Maintainer: tpkessler
FirstSubmitted: 1545418056
LastModified: 1661082439
URLPath: /cgit/aur.git/snapshot/rocblas.tar.gz

5. The same packages on other Linux Distributions