rocm-llvm on AUR (Arch User Repository)

Last updated: May 17,2024

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

$ yay -S rocm-llvm

* (Optional) Uninstall rocm-llvm on Arch using YAY

$ yay -Rns rocm-llvm

2. Manually Install "rocm-llvm" via AUR

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

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

b. Clone rocm-llvm's git locally

$ git clone https://aur.archlinux.org/rocm-llvm.git ~/rocm-llvm

c. Go to ~/rocm-llvm folder and install it

$ cd ~/rocm-llvm $ makepkg -si

3. Information about the rocm-llvm package on Arch User Repository (AUR)

ID: 1127845
Name: rocm-llvm
PackageBaseID: 173009
PackageBase: rocm-llvm
Version: 5.2.3-1
Description: Radeon Open Compute - LLVM toolchain (llvm, clang, lld)
URL: https://docs.amd.com/bundle/ROCm-Compiler-Reference-Guide-v5.2/page/Overview_of_ROCmCC_Compiler.html
NumVotes: 11
Popularity: 1.506903
OutOfDate:
Maintainer: tpkessler
FirstSubmitted: 1636727705
LastModified: 1660891014
URLPath: /cgit/aur.git/snapshot/rocm-llvm.tar.gz

5. The same packages on other Linux Distributions