We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e57b11 commit f209f0fCopy full SHA for f209f0f
build/pkgs/gfortran/spkg-configure.m4
@@ -86,8 +86,8 @@ SAGE_SPKG_CONFIGURE([gfortran], [
86
# Install our own gfortran if the system-provided one is older than gcc-4.8.
87
SAGE_SHOULD_INSTALL_GFORTRAN([$FC is version $GFORTRAN_VERSION, which is quite old])
88
],
89
- [1[[3-9]].*], [
90
- # 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.
91
# See https://github.com/sagemath/sage/issues/29456, https://github.com/sagemath/sage/issues/31838
92
SAGE_MUST_INSTALL_GFORTRAN([$FC is version $GFORTRAN_VERSION, which is too recent for this version of Sage])
93
])
0 commit comments