summaryrefslogtreecommitdiff
path: root/libre/sagemath/cython-sys-path.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-04-09 15:27:54 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-04-09 15:27:54 -0300
commit0e81f939bc63fccfa359d9cbe696d5f2e7429e3e (patch)
tree921e9b9cd1f3407f70314ed21cde7f9ce2269834 /libre/sagemath/cython-sys-path.patch
parentb24a931ae80b965744513e03a89b1db581aed73c (diff)
sagemath-7.1-6.parabola1: gmp-ecm 7.0 rebuild, add patch to fix build with unpatched cython
Diffstat (limited to 'libre/sagemath/cython-sys-path.patch')
-rw-r--r--libre/sagemath/cython-sys-path.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/libre/sagemath/cython-sys-path.patch b/libre/sagemath/cython-sys-path.patch
new file mode 100644
index 000000000..0c7cf5453
--- /dev/null
+++ b/libre/sagemath/cython-sys-path.patch
@@ -0,0 +1,10 @@
+--- sage-7.1/src/setup.py.orig 2016-04-08 16:59:24.691349473 +0000
++++ sage-7.1/src/setup.py 2016-04-08 17:03:03.847153796 +0000
+@@ -591,6 +591,7 @@
+ build_dir=SAGE_CYTHONIZED,
+ force=force,
+ aliases=aliases,
++ include_path=sys.path,
+ compiler_directives={
+ 'embedsignature': True,
+ 'profile': profile,