rocprim on AUR (Arch User Repository)

Last updated: June 16,2024

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

$ yay -S rocprim

* (Optional) Uninstall rocprim on Arch using YAY

$ yay -Rns rocprim

2. Manually Install "rocprim" via AUR

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

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

b. Clone rocprim's git locally

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

c. Go to ~/rocprim folder and install it

$ cd ~/rocprim $ makepkg -si

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

ID: 1128294
Name: rocprim
PackageBaseID: 142231
PackageBase: rocprim
Version: 5.2.3-1
Description: Header-only library providing HIP parallel primitives
URL: https://github.com/ROCmSoftwarePlatform/rocPRIM
NumVotes: 3
Popularity: 0.947516
OutOfDate:
Maintainer: tpkessler
FirstSubmitted: 1558455875
LastModified: 1661009127
URLPath: /cgit/aur.git/snapshot/rocprim.tar.gz

5. The same packages on other Linux Distributions