Skip to content

fortran compiler

Zeioth edited this page May 26, 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 --cask simply-fortran && \
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 flang

Termux (Android)

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

Fedora

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