Skip to content

fortran compiler

Zeioth edited this page May 27, 2024 · 9 revisions

fortran is a very niche programming language, so we don't enforce users to install its dependencies. You will have to do it manually.

Arch linux

paru -S gcc-fortran fortran-fpm-bin

Evil corporation Apple MacOS

brew install gcc && \
brew tap fortran-lang/fortran && brew install fpm

Ubuntu / Evil corporation Microsoft Windows (WSL)

# fpm is not available yet, you will have to download it manually.
apt install gcc-defaults

Termux (Android)

# fpm is not available yet, you will have to download it manually.
apt install gcc-default

Fedora

# fpm is not available yet, you will have to download it manually.
apt install gcc-gfortran