hipsparse on AUR (Arch User Repository)

Last updated: June 03,2024

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

$ yay -S hipsparse

* (Optional) Uninstall hipsparse on Arch using YAY

$ yay -Rns hipsparse

2. Manually Install "hipsparse" via AUR

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

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

b. Clone hipsparse's git locally

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

c. Go to ~/hipsparse folder and install it

$ cd ~/hipsparse $ makepkg -si

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

ID: 1128617
Name: hipsparse
PackageBaseID: 148699
PackageBase: hipsparse
Version: 5.2.3-1
Description: rocSPARSE marshalling library.
URL: https://hipsparse.readthedocs.io/en/latest/
NumVotes: 2
Popularity: 0.947551
OutOfDate:
Maintainer: tpkessler
FirstSubmitted: 1580565276
LastModified: 1661076209
URLPath: /cgit/aur.git/snapshot/hipsparse.tar.gz

5. The same packages on other Linux Distributions