viennacl on AUR (Arch User Repository)

Last updated: June 06,2024

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

$ yay -S viennacl

* (Optional) Uninstall viennacl on Arch using YAY

$ yay -Rns viennacl

2. Manually Install "viennacl" via AUR

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

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

b. Clone viennacl's git locally

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

c. Go to ~/viennacl folder and install it

$ cd ~/viennacl $ makepkg -si

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

ID: 376319
Name: viennacl
PackageBaseID: 67858
PackageBase: viennacl
Version: 1.7.1-2
Description: The library provides high level C++ interfaces for linear algebra routines on CPUs and GPUs using CUDA, OpenCL and OpenMP.
URL: http://viennacl.sourceforge.net/
NumVotes: 14
Popularity: 0
OutOfDate:
Maintainer: intelfx
Submitter: onefire
FirstSubmitted: 1362642964
LastModified: 1484984318
URLPath: /cgit/aur.git/snapshot/viennacl.tar.gz