Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.