Update to sagemath 6.5

This commit is contained in:
pcpa 2015-04-03 20:10:52 -03:00
parent 48c70ab672
commit baae9bd2a8
23 changed files with 299 additions and 174 deletions

View file

@ -1,7 +1,7 @@
diff -up src/module_list.py.orig src/module_list.py
--- src/module_list.py.orig 2014-11-18 15:28:48.952130767 -0200
+++ src/module_list.py 2014-11-18 15:28:57.040130873 -0200
@@ -2168,7 +2168,7 @@ if (os.path.isfile(SAGE_INC + "/cplex.h"
--- src/module_list.py.orig 2015-04-03 15:09:20.200406141 -0300
+++ src/module_list.py 2015-04-03 15:09:39.744406890 -0300
@@ -2187,7 +2187,7 @@ if (os.path.isfile(SAGE_INC + "/cplex.h"
libraries = ["stdc++", "cplex"])
)