Skip to content

Commit

Permalink
1.6: Support more Fortran versions.
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
maleadt committed Jun 1, 2023
1 parent 4688e54 commit b7ef54d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/normalize_triplet.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ def p(x):
"9": "libgfortran5",
"10": "libgfortran5",
"11": "libgfortran5",
"12": "libgfortran5",
"13": "libgfortran5",
}[list(filter(lambda x: re.match("\d+\.\d+(\.\d+)?", x), sys.argv[2].split()))[-1].split('.')[0]]

if cxx_abi == "blank_cxx_abi":
Expand Down

0 comments on commit b7ef54d

Please sign in to comment.