summaryrefslogtreecommitdiff
path: root/libre/sagemath/c_lib.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-08-25 03:43:04 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-08-28 18:37:19 -0300
commit42506f75e8ea857465f97549b6052514a0549c7a (patch)
tree20c77e7a16c4ce5cb30532aa8f5d943ad702e586 /libre/sagemath/c_lib.patch
parentc23c1cf29f6013443c9513cf515c3900b5b7d665 (diff)
sagemath-6.8-3.parabola1: fixes for IPython 4 and add Jupyter kernel file
Diffstat (limited to 'libre/sagemath/c_lib.patch')
-rw-r--r--libre/sagemath/c_lib.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/libre/sagemath/c_lib.patch b/libre/sagemath/c_lib.patch
deleted file mode 100644
index 6df7b8efa..000000000
--- a/libre/sagemath/c_lib.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- src/setup.py.orig 2014-11-01 23:49:10.000000000 +0100
-+++ src/setup.py 2014-11-07 00:40:58.414838636 +0100
-@@ -171,10 +171,12 @@
- m.libraries = ['csage'] + m.libraries
- if m.language == 'c++':
- m.libraries.append('stdc++')
-+ m.libraries.append('ntl')
-+ m.libraries = m.libraries + ['gmp', 'm', 'dl']
-
- m.extra_compile_args = m.extra_compile_args + extra_compile_args
- m.extra_link_args = m.extra_link_args + extra_link_args
-- m.library_dirs = m.library_dirs + [os.path.join(SAGE_LOCAL, "lib")]
-+ m.library_dirs += ['c_lib', '%s/lib' % SAGE_LOCAL]
- m.include_dirs = m.include_dirs + include_dirs
-
-
-