-
-
Notifications
You must be signed in to change notification settings - Fork 35
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.
paru -S gcc-fortran fortran-fpm-bin
brew install gcc && \
brew tap fortran-lang/fortran && brew install fpm
# fpm is not available yet, you will have to download it manually.
apt install gcc-defaults
# fpm is not available yet, you will have to download it manually.
apt install gcc-default
# fpm is not available yet, you will have to download it manually.
apt install gcc-gfortran