Skip to content

Commit

Permalink
Sync fork (#19)
Browse files Browse the repository at this point in the history
* fix(mac/lfortran): only install micromamba if needed (fortran-lang#79)

* docs(readme): mention lfortran in compiler option section (fortran-lang#80)

* ci: include long_compat.csv in autoupdate prs (fortran-lang#85)

* Update compatibility matrix (fortran-lang#86)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* refactor(gcc): drop support for gcc 7 and 8 (fortran-lang#83)

These have patchy availability. And anyways, the oldest release series still receiving support is 11, so there may be an argument for dropping 9 and 10, but I will leave that for later.

In any case, nothing prevents trying unsupported versions, but we will no longer test them or make guarantees. This frees up room in the test matrix, which is capped at 256 jobs

* feat(intel): support intel 2024.1 on linux and windows (fortran-lang#84)

---------

Co-authored-by: wpbonelli <wbonelli@ucar.edu>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Jun 11, 2024
1 parent bf89e4b commit a3699b3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup-fortran.sh
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,6 @@ intel_version_map_l()
esac
else
case $actual_version in
# 2024 versions omit patch version number in pkg name
2024.0*)
version=2024.0
;;
2022.0.0 | 2022.0)
version=2022.0.2
;;
Expand Down Expand Up @@ -364,7 +360,7 @@ intel_version_map_w()
2024.1 | 2024.1.0)
version=2024.1.0
;;
2024 | 2024.0 | 2024.0.1)
2024.0 | 2024.0.1)
version=2024.0.1
;;
2023.2 | 2023.1 | 2023.0)
Expand Down

0 comments on commit a3699b3

Please sign in to comment.