From 4b9a24484b3f55b017b6cdc30ff372dc310be5f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Wed, 29 Jul 2015 18:54:06 -0300 Subject: 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 --- libre/sagemath/disable-fes.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 libre/sagemath/disable-fes.patch (limited to 'libre/sagemath/disable-fes.patch') 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"], -- cgit v1.2.3