mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 11:45:56 -04:00
Correct build failure with rawhide gcc
This commit is contained in:
parent
516b64a30e
commit
a0139217a1
2 changed files with 19 additions and 0 deletions
|
@ -158,6 +158,10 @@ Patch26: %{name}-ntl9.patch
|
|||
# https://bugzilla.redhat.com/show_bug.cgi?id=1243590
|
||||
Patch27: %{name}-qepcad.patch
|
||||
|
||||
# Temporary correction for invalid conversion from
|
||||
# 'int' to 'polybori::COrderEnums::ordercodes'
|
||||
Patch28: %{name}-polybori.patch
|
||||
|
||||
BuildRequires: 4ti2
|
||||
BuildRequires: atlas-devel
|
||||
BuildRequires: cddlib-tools
|
||||
|
@ -645,6 +649,7 @@ popd
|
|||
%endif
|
||||
%patch26
|
||||
%patch27
|
||||
%patch28
|
||||
|
||||
sed -e 's|@@SAGE_ROOT@@|%{SAGE_ROOT}|' \
|
||||
-e 's|@@SAGE_DOC@@|%{SAGE_DOC}|' \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue