spack on AUR (Arch User Repository)

Last updated: May 06,2024

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

$ yay -S spack

* (Optional) Uninstall spack on Arch using YAY

$ yay -Rns spack

2. Manually Install "spack" via AUR

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

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

b. Clone spack's git locally

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

c. Go to ~/spack folder and install it

$ cd ~/spack $ makepkg -si

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

ID: 1422418
Name: spack
PackageBaseID: 145511
PackageBase: spack
Version: 0.21.2-1
Description: A flexible package manager for supercomputer that supports multiple versions, configurations, platforms, and compilers.
URL: https://spack.io/
NumVotes: 7
Popularity: 0.001643
OutOfDate:
Maintainer: 0xDoubleDoc
Submitter: gdolle
FirstSubmitted: 1570038375
LastModified: 1709807776
URLPath: /cgit/aur.git/snapshot/spack.tar.gz