Initial import (#877651).

This commit is contained in:
pcpa 2013-04-22 14:11:03 -03:00
parent 257b1142ac
commit 86f823b2b0
41 changed files with 13000 additions and 0 deletions

11
sagemath-gmp.patch Normal file
View file

@ -0,0 +1,11 @@
--- sage-5.8/spkg/build/sage-5.8/c_lib/src/memory.c.orig 2012-07-10 11:46:54.516595967 -0400
+++ sage-5.8/spkg/build/sage-5.8/c_lib/src/memory.c 2012-07-10 11:47:12.688596755 -0400
@@ -17,7 +17,7 @@ AUTHORS:
* http://www.gnu.org/licenses/
****************************************************************************/
-#include <mpir.h>
+#include <gmp.h>
#include "memory.h"
/* mpir memory functions */