libopenblas on AUR (Arch User Repository)

Last updated: September 21,2024

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

$ yay -S libopenblas

* (Optional) Uninstall libopenblas on Arch using YAY

$ yay -Rns libopenblas

2. Manually Install "libopenblas" via AUR

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

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

b. Clone libopenblas's git locally

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

c. Go to ~/libopenblas folder and install it

$ cd ~/libopenblas $ makepkg -si

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

ID: 1040964
Name: libopenblas
PackageBaseID: 123340
PackageBase: libopenblas
Version: 0.3.20-1
Description: An optimized BLAS library based on GotoBLAS2 1.13 BSD. (Designed for can be installed side by side with Blas)
URL: http://www.openblas.net
NumVotes: 5
Popularity: 0
OutOfDate:
Maintainer: sl1pkn07
FirstSubmitted: 1497449093
LastModified: 1645463984
URLPath: /cgit/aur.git/snapshot/libopenblas.tar.gz