summaryrefslogtreecommitdiff
path: root/libre/sagemath/disable-fes.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-07-29 18:54:06 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-07-29 18:57:00 -0300
commit4b9a24484b3f55b017b6cdc30ff372dc310be5f7 (patch)
treec25ec60d8d453a0a5280e9f38f31bfe54485f736 /libre/sagemath/disable-fes.patch
parent84bfa7890271e94520d28cfe0c4caa883896a726 (diff)
sagemath-6.8-1.parabola1: updating version
* disable fes module, doesn't compile * replace "open" to "free" term to pkgdesc -> https://www.gnu.org/philosophy/words-to-avoid.html.en#Open * replace "alternative" to "replacement" term to pkgdesc -> https://www.gnu.org/philosophy/words-to-avoid.html.en#Alternative
Diffstat (limited to 'libre/sagemath/disable-fes.patch')
-rw-r--r--libre/sagemath/disable-fes.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/libre/sagemath/disable-fes.patch b/libre/sagemath/disable-fes.patch
new file mode 100644
index 000000000..873a6a663
--- /dev/null
+++ b/libre/sagemath/disable-fes.patch
@@ -0,0 +1,19 @@
+--- src/module_list.py.orig 2015-06-07 11:29:30.710612146 +0200
++++ src/module_list.py 2015-06-07 11:30:21.877506106 +0200
+@@ -685,11 +685,11 @@
+ include_dirs = [SAGE_INC + '/ecl'],
+ depends = [SAGE_INC + '/ecl/ecl.h']),
+
+- OptionalExtension("sage.libs.fes",
+- ["sage/libs/fes.pyx"],
+- language = "c",
+- libraries = ['fes'],
+- package = 'fes'),
++# OptionalExtension("sage.libs.fes",
++# ["sage/libs/fes.pyx"],
++# language = "c",
++# libraries = ['fes'],
++# package = 'fes'),
+
+ Extension('sage.libs.flint.flint',
+ sources = ["sage/libs/flint/flint.pyx"],