Update to sagemath 6.8

This commit is contained in:
pcpa 2015-12-22 12:50:40 -02:00
parent b4699213da
commit 3aa9b0c734
32 changed files with 806 additions and 615 deletions

14
sagemath-fes-build.patch Normal file
View file

@ -0,0 +1,14 @@
diff -up src/sage/libs/fes.pyx.orig src/sage/libs/fes.pyx
--- src/sage/libs/fes.pyx.orig 2015-11-29 16:53:45.203478795 -0200
+++ src/sage/libs/fes.pyx 2015-11-29 16:54:23.318480255 -0200
@@ -89,8 +89,8 @@ from sage.rings.polynomial.pbori import
from sage.rings.arith import binomial
from sage.combinat.subset import Subsets
-from sage.matrix.all import *
-from sage.modules.all import *
+from sage.matrix.all import identity_matrix, matrix
+from sage.modules.all import vector