How to Install cfortran in Ubuntu 18.04



Install cfortran by entering the following commands in the terminal:

sudo apt update
sudo apt install cfortran

Description:

Header file permitting Fortran routines to be called in C/C++

cfortran.h is an easy-to-use powerful bridge between C and FORTRAN. It provides a completely transparent, machine independent interface between C and FORTRAN routines (= subroutines and/or functions) and global data, i.e. structures and COMMON blocks.

Homepage: http://www-zeus.desy.de/~burow/cfortran/

Version: 4.4-14

Section: universe/devel