mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 11:45:56 -04:00
Update to sagemath 6.2
This commit is contained in:
parent
52d9e04212
commit
fa9204b9a9
25 changed files with 9618 additions and 7756 deletions
|
@ -1,18 +1,6 @@
|
|||
diff -up src/c_lib/src/memory.c.orig src/c_lib/src/memory.c
|
||||
--- src/c_lib/src/memory.c.orig 2014-02-07 11:01:49.674621000 -0200
|
||||
+++ src/c_lib/src/memory.c 2014-02-07 11:02:02.046621474 -0200
|
||||
@@ -18,7 +18,7 @@ AUTHORS:
|
||||
****************************************************************************/
|
||||
|
||||
#include <Python.h>
|
||||
-#include <mpir.h>
|
||||
+#include <gmp.h>
|
||||
#include "interrupt.h"
|
||||
#include "memory.h"
|
||||
|
||||
diff -up src/sage/modular/arithgroup/farey.cpp.orig src/sage/modular/arithgroup/farey.cpp
|
||||
--- src/sage/modular/arithgroup/farey.cpp.orig 2014-02-07 16:44:24.474408115 -0200
|
||||
+++ src/sage/modular/arithgroup/farey.cpp 2014-02-07 16:44:33.100408446 -0200
|
||||
--- src/sage/modular/arithgroup/farey.cpp.orig 2014-05-26 13:28:28.975770939 -0300
|
||||
+++ src/sage/modular/arithgroup/farey.cpp 2014-05-26 13:28:45.777771582 -0300
|
||||
@@ -141,6 +141,7 @@ operator*(const SL2Z& M, const vector<mp
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue