mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 03:39:03 -04:00
Also: - Bundle ipython again; Fedora version is too far ahead. Also have to bundle prompt_toolkit since Fedora version is too far ahead of bundled ipython. - Drop LANGUAGES variable setting, now ignored by the sagemath build system. - Drop unused SAGE_CBLAS variable from /usr/bin/sage. - Do not force the C locale when launching sagemath. - Allow the user to override SAGE_DEBUG in /usr/bin/sage. - Add -ecm, -giac, and -latte patches to fix interactions with external tools. - Add -sigfpe patch from upstream.
14 lines
485 B
Diff
14 lines
485 B
Diff
diff -up src/sage/libs/fes.pyx.orig src/sage/libs/fes.pyx
|
|
--- src/sage/libs/fes.pyx.orig 2018-12-22 16:37:08.000000000 -0700
|
|
+++ src/sage/libs/fes.pyx 2019-01-17 09:46:02.925523575 -0700
|
|
@@ -86,8 +86,8 @@ from sage.rings.polynomial.pbori import
|
|
from sage.arith.all 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
|
|
|
|
|
|
|