xtensor on AUR (Arch User Repository)

Last updated: July 01,2024

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

$ yay -S xtensor

* (Optional) Uninstall xtensor on Arch using YAY

$ yay -Rns xtensor

2. Manually Install "xtensor" via AUR

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

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

b. Clone xtensor's git locally

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

c. Go to ~/xtensor folder and install it

$ cd ~/xtensor $ makepkg -si

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

ID: 1344064
Name: xtensor
PackageBaseID: 130736
PackageBase: xtensor
Version: 0.24.7-1
Description: C++ tensors with broadcasting and lazy computing
URL: https://github.com/xtensor-stack/xtensor
NumVotes: 2
Popularity: 0
OutOfDate:
Maintainer: sxw
Submitter: sxw
FirstSubmitted: 1520807851
LastModified: 1698608560
URLPath: /cgit/aur.git/snapshot/xtensor.tar.gz