File: vendor.py

package info (click to toggle)
dh-fortran 0.45
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 492 kB
  • sloc: f90: 5,686; perl: 531; python: 296; makefile: 79; sh: 7
file content (8 lines) | stat: -rw-r--r-- 151 bytes parent folder | download
1
2
3
4
5
6
7
8
def get_fc_vendor(fc: str) -> str:
    """Return vendor family of  compiler

    >>> get_fc_vendor('/usr/bin/gfortran')
    gfortran

    """
    pass