Allow use of gcc 13

This commit is contained in:
Jerry James 2023-01-17 09:44:49 -07:00
parent bf7a318833
commit db97f1b11a

View file

@ -1061,6 +1061,9 @@ sed -i '/GAP_ROOT_DIR/s,SAGE_SHARE,"%{_libdir}",' src/sage/env.py
# Fix detection of Fedora
sed -i 's/yum/rpm/' build/bin/sage-guess-package-system
# Allow use of gcc 13
sed -i 's/1\[3-9\].*)/1[4-9].*)/' configure
# Allow use of python 3.11
sed -i 's/3\.11\.0/3.12.0/g' configure