Package f2c: Information

    Binary package: f2c
    Version: 20200916-alt2
    Architecture: e2kv4
    Build time:  Dec 11, 2023, 06:52 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.



    Last changed


    July 16, 2023 Gleb Fotengauer-Malinovskiy 20200916-alt2
    - NMU:
      - Added a patch to convert the reference to the MAIN__ symbol into a
      weak reference.
      - Removed %set_verify_elf_method unresolved=relaxed, which was used to
      tolerate the presence of an unresolved MAIN__ symbol in the libf2c-ng
      library.
    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