Skip to content

Commit

Permalink
Merge pull request #50024 from JuliaLang/tb/1.6_fortran_versions
Browse files Browse the repository at this point in the history
1.6: Support more Fortran versions.
  • Loading branch information
staticfloat committed Jun 1, 2023
2 parents 4688e54 + b7ef54d commit c57fdd6
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 c57fdd6

Please sign in to comment.