Package f2c: Information

    Source package: f2c
    Version: 20200916-alt2
    Latest version according to Repology
    Build time:  Jul 17, 2023, 01:59 AM in the task #325029
    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.

    List of rpms provided by this srpm:
    f2c (x86_64, ppc64le, i586, armh, aarch64)
    f2c-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    libf2c-devel-doc (noarch)
    libf2c-ng (x86_64, ppc64le, i586, armh, aarch64)
    libf2c-ng-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    libf2c-ng-devel (x86_64, ppc64le, i586, armh, aarch64)
    libf2c-ng-devel-static (x86_64, ppc64le, i586, armh, aarch64)



    ACL:
    George V. Kouryachy
    @everybody

      1. rpm-build-licenses
      2. unzip

    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