Package f2c: Information

Binary package: f2c
Version: 20200916-alt1.E2K.1
Architecture: e2k
Build time:  Jun 15, 2022, 04:39 PM
Source package: f2c
Category: Development/C
Report package bug
License: BSD-4-Clause
Summary: F2c converts Fortran 77 source code to C/C++ source code
Description: 
F2c converts Fortran 77 source code in files with names ending in `.f' or `.F' to
C (or C++) source files in the current directory, with `.c' substituted for the
final `.f' or `.F'. If no Fortran files are named, f2c reads Fortran from
standard input and writes C on standard output. File names that end with `.p' or
`.P' are taken to be prototype files, as produced by option `-P', and are read
first.

Maintainer: Andrew Savchenko


Last changed


June 11, 2022 Andrew Savchenko 20200916-alt1.E2K.1
- f2cc: switch from /usr/local to system paths
- Add libf2c-dm.so with dummy MAIN__() necessary for *some* use
  cases (e.g. when building parts of DSO in Fortran)
Oct. 14, 2021 Ivan A. Melnikov 20200916-alt1
- Version 20200916
- fix build on riscv64
Feb. 12, 2018 George V. Kouryachy 20160102-alt1
- Version 20160102
- MIPS build