clcc on AUR (Arch User Repository)

Last updated: June 13,2024

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

$ yay -S clcc

* (Optional) Uninstall clcc on Arch using YAY

$ yay -Rns clcc

2. Manually Install "clcc" via AUR

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

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

b. Clone clcc's git locally

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

c. Go to ~/clcc folder and install it

$ cd ~/clcc $ makepkg -si

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

ID: 379782
Name: clcc
PackageBaseID: 64370
PackageBase: clcc
Version: 0.3.0-8
Description: CLCC is a compiler for OpenCL kernel source files. It's tool for application developers who want to verify their OpenCL code actually gets compiled by the driver before their program tries to compile it on-demand.
URL: http://clcc.sourceforge.net/
NumVotes: 7
Popularity: 0
OutOfDate:
Maintainer: petRUShka
Submitter: petRUShka
FirstSubmitted: 1352268669
LastModified: 1485953969
URLPath: /cgit/aur.git/snapshot/clcc.tar.gz