mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 11:45:56 -04:00
Add a patch to adapt to NTL 9.1.0.
This commit is contained in:
parent
fab1283aaa
commit
d02ab6682a
2 changed files with 182 additions and 0 deletions
|
@ -148,6 +148,9 @@ Patch23: %{name}-ntl.patch
|
|||
# Temporary patch: http://trac.sagemath.org/ticket/17657
|
||||
Patch24: %{name}-parallel.patch
|
||||
|
||||
# Fix a changed interface in NTL 9.x
|
||||
Patch25: %{name}-ntl9.patch
|
||||
|
||||
BuildRequires: 4ti2
|
||||
BuildRequires: atlas-devel
|
||||
BuildRequires: cddlib-tools
|
||||
|
@ -628,6 +631,7 @@ popd
|
|||
%patch22
|
||||
%patch23
|
||||
%patch24
|
||||
%patch25
|
||||
|
||||
sed -e 's|@@SAGE_ROOT@@|%{SAGE_ROOT}|' \
|
||||
-e 's|@@SAGE_DOC@@|%{SAGE_DOC}|' \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue