Skip to content

Commit f209f0f

Browse files
authored
bump max gfortran version
1 parent 2e57b11 commit f209f0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/pkgs/gfortran/spkg-configure.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ SAGE_SPKG_CONFIGURE([gfortran], [
8686
# Install our own gfortran if the system-provided one is older than gcc-4.8.
8787
SAGE_SHOULD_INSTALL_GFORTRAN([$FC is version $GFORTRAN_VERSION, which is quite old])
8888
],
89-
[1[[3-9]].*], [
90-
# Install our own gfortran if the system-provided one is newer than 12.x.
89+
[1[[4-9]].*], [
90+
# Install our own gfortran if the system-provided one is newer than 13.x.
9191
# See https://github.com/sagemath/sage/issues/29456, https://github.com/sagemath/sage/issues/31838
9292
SAGE_MUST_INSTALL_GFORTRAN([$FC is version $GFORTRAN_VERSION, which is too recent for this version of Sage])
9393
])

0 commit comments

Comments
 (0)