summaryrefslogtreecommitdiff
path: root/libre/sagemath/cython-sys-path.patch
diff options
context:
space:
mode:
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,