changeset 6303:6a3d8fd0254d

Update GMP and MPFR again
author Masamichi Hosoda <trueroad@users.noreply.github.com>
date Sun, 04 Jan 2015 19:41:02 +0900
parents 9e36a36de8a9
children 888a46c1471d 3a8e89e97310
files gub/specs/gmp.py gub/specs/mpfr.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/gmp.py	Sun Jan 04 18:02:41 2015 +0900
+++ b/gub/specs/gmp.py	Sun Jan 04 19:41:02 2015 +0900
@@ -6,7 +6,7 @@
 from gub import tools
 
 class Gmp (target.AutoBuild):
-    source = 'http://ftp.gnu.org/pub/gnu/gmp/gmp-4.2.4.tar.gz'
+    source = 'http://ftp.gnu.org/pub/gnu/gmp/gmp-5.1.3.tar.gz'
     def __init__ (self, settings, source):
         target.AutoBuild.__init__ (self, settings, source)
         if not self.settings.platform.startswith ('darwin'):
--- a/gub/specs/mpfr.py	Sun Jan 04 18:02:41 2015 +0900
+++ b/gub/specs/mpfr.py	Sun Jan 04 19:41:02 2015 +0900
@@ -1,5 +1,5 @@
 from gub import tools
 
 class Mpfr__tools (tools.AutoBuild):
-    source = 'http://www.mpfr.org/mpfr-2.4.2/mpfr-2.4.2.tar.gz'
+    source = 'http://www.mpfr.org/mpfr-3.1.2/mpfr-3.1.2.tar.gz'
     dependencies = ['libtool', 'gmp']