mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-19 02:29:02 -04:00
Correct cython patch
This commit is contained in:
parent
a6864ab7ec
commit
2382c8ff4a
1 changed files with 2 additions and 2 deletions
|
@ -802,9 +802,9 @@ export PYTHONPATH=%{_builddir}%{python_sitearch}:$PYTHONPATH
|
||||||
PATCH=$PWD/build/pkgs/cython/patches/pxi_sys_path.patch
|
PATCH=$PWD/build/pkgs/cython/patches/pxi_sys_path.patch
|
||||||
pushd %{_builddir}%{python_sitearch}
|
pushd %{_builddir}%{python_sitearch}
|
||||||
patch -p1 < $PATCH
|
patch -p1 < $PATCH
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1406533
|
||||||
|
sed -i 's/disallow/dissallow/' Cython/Compiler/Options.py
|
||||||
popd
|
popd
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1406533
|
|
||||||
sed -i 's/disallow/dissallow/' Cython/Compiler/Options.py
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Restore environment used to generate bundled interfaces
|
# Restore environment used to generate bundled interfaces
|
||||||
|
|
Loading…
Add table
Reference in a new issue