summaryrefslogtreecommitdiff
path: root/libre/sagemath/cython-sys-path.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-01-14 13:41:14 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-01-14 13:41:14 -0300
commitd4f8b3e27978bb332737ff5d066133e3fd06f498 (patch)
tree17f6caa12727aa3c75be68ccd3ccafd58681db0b /libre/sagemath/cython-sys-path.patch
parent6006f3ef49dceca95822a5ee999d77e0bd2b7db7 (diff)
downloadabslibre-d4f8b3e27978bb332737ff5d066133e3fd06f498.tar.gz
abslibre-d4f8b3e27978bb332737ff5d066133e3fd06f498.tar.bz2
abslibre-d4f8b3e27978bb332737ff5d066133e3fd06f498.zip
sagemath-7.5-2.parabola1: updating version
Diffstat (limited to 'libre/sagemath/cython-sys-path.patch')
-rw-r--r--libre/sagemath/cython-sys-path.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/libre/sagemath/cython-sys-path.patch b/libre/sagemath/cython-sys-path.patch
index 0c7cf5453..7ec63e20b 100644
--- a/libre/sagemath/cython-sys-path.patch
+++ b/libre/sagemath/cython-sys-path.patch
@@ -1,10 +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,
+@@ -414,6 +414,7 @@
+ build_dir=SAGE_CYTHONIZED,
+ force=force,
+ aliases=aliases,
++ include_path=sys.path,
+ compiler_directives={
+ 'autotestdict': False,
+ 'cdivision': True,