mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-10 23:18:51 -04:00
Allow use of gcc 13
This commit is contained in:
parent
bf7a318833
commit
db97f1b11a
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue