mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 19:55:54 -04:00
Update to sagemath 6.8
This commit is contained in:
parent
b4699213da
commit
3aa9b0c734
32 changed files with 806 additions and 615 deletions
14
sagemath-fes-build.patch
Normal file
14
sagemath-fes-build.patch
Normal 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
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue