Workaround issues in cython backport

This commit is contained in:
pcpa 2014-12-06 17:20:29 -02:00
parent 1284d995ea
commit f687cfb414
2 changed files with 232 additions and 0 deletions

View file

@ -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}|' \