mpich on AUR (Arch User Repository)
Last updated: January 24,2025
1. Install "mpich" 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
Copied
b. Install mpich on Arch using YAY
$
yay -S
mpich
Copied
* (Optional) Uninstall mpich on Arch using YAY
$
yay -Rns
mpich
Copied
2. Manually Install "mpich" via AUR
a. Ensure you have the base development tools and git installed with:
$
sudo pacman -S --needed
base-devel git
Copied
b. Clone mpich's git locally
$
git clone https://aur.archlinux.org/mpich.git
~/mpich
Copied
c. Go to ~/mpich folder and install it
$
cd
~/mpich
Copied
$
makepkg -si
Copied
3. Information about the mpich package on Arch User Repository (AUR)
ID: 1407866
Name: mpich
PackageBaseID: 65910
PackageBase: mpich
Version: 4.2.0-1
Description: An improved implementation of the Message Passing Interface.
URL: https://mpich.org
NumVotes: 87
Popularity: 0
OutOfDate:
Maintainer: jedbrown
Submitter: jedbrown
FirstSubmitted: 1356989111
LastModified: 1707711717
URLPath: /cgit/aur.git/snapshot/mpich.tar.gz
Name: mpich
PackageBaseID: 65910
PackageBase: mpich
Version: 4.2.0-1
Description: An improved implementation of the Message Passing Interface.
URL: https://mpich.org
NumVotes: 87
Popularity: 0
OutOfDate:
Maintainer: jedbrown
Submitter: jedbrown
FirstSubmitted: 1356989111
LastModified: 1707711717
URLPath: /cgit/aur.git/snapshot/mpich.tar.gz