Fortran

From Gentoo Wiki
Jump to:navigation Jump to:search
This article is a stub. Please help out by expanding it - how to get started.
Resources

Fortran is a general-purpose, compiled imperative programming language that is especially suited to numeric computation and scientific computing.

Installation

GCC

gfortran is GCC's Fortran [1]. Enable fortran to obtain gfortran.

FILE /etc/portage/package.use
sys-devel/gcc fortran

For more information, see this wiki.

Flang

Flang is LLVM's fortran compiler.

References

  1. https://gcc.gnu.org/fortran Retrieved on Feb 2, 2023