summaryrefslogtreecommitdiff
path: root/libre/sagemath/cython-sys-path.patch
blob: 7ec63e20bab8218ce352dc7af3390275ad3d3741 (plain)
1
2
3
4
5
6
7
8
9
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
@@ -414,6 +414,7 @@
             build_dir=SAGE_CYTHONIZED,
             force=force,
             aliases=aliases,
+            include_path=sys.path,
             compiler_directives={
                 'autotestdict': False,
                 'cdivision': True,