File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -165,8 +165,8 @@ SAGE_SPKG_CONFIGURE_BASE([gcc], [
165
165
# Install our own GCC if the system-provided one is older than gcc 8.4
166
166
SAGE_SHOULD_INSTALL_GCC([ you have $CXX version $GXX_VERSION, which is quite old] )
167
167
] ,
168
- [ 1[ [ 5 -9] ] .*] , [
169
- # Install our own GCC if the system-provided one is newer than 14 .x.
168
+ [ 1[ [ 6 -9] ] .*] , [
169
+ # Install our own GCC if the system-provided one is newer than 15 .x.
170
170
# See https://github.com/sagemath/sage/issues/29456
171
171
SAGE_SHOULD_INSTALL_GCC([ $CXX is g++ version $GXX_VERSION, which is too recent for this version of Sage] )
172
172
] )
Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ SAGE_SPKG_CONFIGURE([gfortran], [
86
86
# Install our own gfortran if the system-provided one is older than gcc-4.8.
87
87
SAGE_SHOULD_INSTALL_GFORTRAN([ $FC is version $GFORTRAN_VERSION, which is quite old] )
88
88
] ,
89
- [ 1[ [ 5 -9] ] .*] , [
90
- # Install our own gfortran if the system-provided one is newer than 14 .x.
89
+ [ 1[ [ 6 -9] ] .*] , [
90
+ # Install our own gfortran if the system-provided one is newer than 15 .x.
91
91
# See https://github.com/sagemath/sage/issues/29456, https://github.com/sagemath/sage/issues/31838
92
92
SAGE_MUST_INSTALL_GFORTRAN([ $FC is version $GFORTRAN_VERSION, which is too recent for this version of Sage] )
93
93
] )
You can’t perform that action at this time.
0 commit comments