Skip to content

Commit

Permalink
bump max gfortran version
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase authored Apr 24, 2023
1 parent 2e57b11 commit f209f0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/pkgs/gfortran/spkg-configure.m4
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ SAGE_SPKG_CONFIGURE([gfortran], [
# Install our own gfortran if the system-provided one is older than gcc-4.8.
SAGE_SHOULD_INSTALL_GFORTRAN([$FC is version $GFORTRAN_VERSION, which is quite old])
],
[1[[3-9]].*], [
# Install our own gfortran if the system-provided one is newer than 12.x.
[1[[4-9]].*], [
# Install our own gfortran if the system-provided one is newer than 13.x.
# See https://github.com/sagemath/sage/issues/29456, https://github.com/sagemath/sage/issues/31838
SAGE_MUST_INSTALL_GFORTRAN([$FC is version $GFORTRAN_VERSION, which is too recent for this version of Sage])
])
Expand Down

0 comments on commit f209f0f

Please sign in to comment.