mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 11:45:56 -04:00
Workaround issues in cython backport
This commit is contained in:
parent
1284d995ea
commit
f687cfb414
2 changed files with 232 additions and 0 deletions
|
@ -186,6 +186,9 @@ Patch28: %{name}-sympy.patch
|
|||
# https://bugzilla.redhat.com/show_bug.cgi?id=1091442
|
||||
Patch29: %{name}-CVE-2012-4230.patch
|
||||
|
||||
# Backport of cython-0.21.1 broke f20 build
|
||||
Patch30: %{name}-cython-0.21.1.patch
|
||||
|
||||
BuildRequires: 4ti2
|
||||
BuildRequires: atlas-devel
|
||||
BuildRequires: cddlib-tools
|
||||
|
@ -663,6 +666,7 @@ popd
|
|||
%patch27
|
||||
%patch28
|
||||
%patch29
|
||||
%patch30
|
||||
|
||||
sed -e 's|@@SAGE_ROOT@@|%{SAGE_ROOT}|' \
|
||||
-e 's|@@SAGE_DOC@@|%{SAGE_DOC}|' \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue