Update to sagemath 7.4

This commit is contained in:
pcpa 2016-12-30 10:04:34 -05:00
parent 6b381937c4
commit 807c53b3b6
21 changed files with 299 additions and 2458 deletions

View file

@ -1,7 +1,7 @@
diff -up src/module_list.py.orig src/module_list.py
--- src/module_list.py.orig 2016-12-20 18:33:57.413138357 -0200
+++ src/module_list.py 2016-12-20 18:34:00.857036531 -0200
@@ -24,7 +24,7 @@ lapack_include_dirs = [ SAGE_INC + '/lap
--- src/module_list.py.orig 2016-12-21 12:24:59.301116425 -0500
+++ src/module_list.py 2016-12-21 12:25:33.927117751 -0500
@@ -36,7 +36,7 @@ givaro_cflags = pkgconfig.cflags('givaro
# GNU Scientific Library
# Note we replace the built-in gslcblas with the above cblas
gsl_pc = pkgconfig.parse('gsl')
@ -10,28 +10,10 @@ diff -up src/module_list.py.orig src/module_list.py
gsl_library_dirs = list(cblas_pc['library_dirs'])
gsl_include_dirs = list(gsl_pc['include_dirs'])
diff -up src/sage/structure/element_wrapper.pyx.orig src/sage/structure/element_wrapper.pyx
--- src/sage/structure/element_wrapper.pyx.orig 2016-12-20 18:33:57.416138269 -0200
+++ src/sage/structure/element_wrapper.pyx 2016-12-20 18:34:20.210464296 -0200
@@ -111,10 +111,10 @@ cdef class ElementWrapper(Element):
Element.__init__(self, parent=parent)
self.value = value
- # When self is an extension type without a __dict__ attribute,
- # this prevents self.__dict__ to return whatever crap obtained by
- # lookup through the categories ...
- __dict__ = {}
+ # When self is an extension type without a __dict__ attribute,
+ # this prevents self.__dict__ to return whatever crap obtained by
+ # lookup through the categories ...
+ __dict__ = {}
def __getstate__(self):
"""
diff -up src/setup.py.orig src/setup.py
--- src/setup.py.orig 2016-12-20 18:33:57.414138328 -0200
+++ src/setup.py 2016-12-20 18:34:00.858036501 -0200
@@ -542,9 +542,9 @@ def run_cythonize():
--- src/setup.py.orig 2016-12-21 12:26:52.909120775 -0500
+++ src/setup.py 2016-12-21 12:27:00.759121076 -0500
@@ -565,9 +565,9 @@ def run_cythonize():
# Sage uses these directives (mostly for historical reasons).
Cython.Compiler.Options.embed_pos_in_docstring = True