rocsparse on AUR (Arch User Repository)

Last updated: June 28,2024

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

$ yay -S rocsparse

* (Optional) Uninstall rocsparse on Arch using YAY

$ yay -Rns rocsparse

2. Manually Install "rocsparse" via AUR

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

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

b. Clone rocsparse's git locally

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

c. Go to ~/rocsparse folder and install it

$ cd ~/rocsparse $ makepkg -si

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

ID: 1128616
Name: rocsparse
PackageBaseID: 142714
PackageBase: rocsparse
Version: 5.2.3-1
Description: BLAS for sparse computation on top of ROCm
URL: https://rocsparse.readthedocs.io/en/master/
NumVotes: 3
Popularity: 0.947553
OutOfDate:
Maintainer: tpkessler
FirstSubmitted: 1560354680
LastModified: 1661076112
URLPath: /cgit/aur.git/snapshot/rocsparse.tar.gz

5. The same packages on other Linux Distributions