rccl on AUR (Arch User Repository)

Last updated: May 20,2024

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

$ yay -S rccl

* (Optional) Uninstall rccl on Arch using YAY

$ yay -Rns rccl

2. Manually Install "rccl" via AUR

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

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

b. Clone rccl's git locally

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

c. Go to ~/rccl folder and install it

$ cd ~/rccl $ makepkg -si

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

ID: 1128664
Name: rccl
PackageBaseID: 143456
PackageBase: rccl
Version: 5.2.3-1
Description: ROCm Communication Collectives Library
URL: https://docs.amd.com/bundle/rccl-release-rocm-rel-5.2/page/library.html
NumVotes: 2
Popularity: 0.947545
OutOfDate:
Maintainer: tpkessler
FirstSubmitted: 1563085324
LastModified: 1661085836
URLPath: /cgit/aur.git/snapshot/rccl.tar.gz

5. The same packages on other Linux Distributions