diff gub/specs/gmp.py @ 6512:ccc20ae889ca default tip guix

mingw::guile-2.0.7 builds.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Thu, 24 Mar 2016 08:03:39 +0100
parents 3a8e89e97310
children
line wrap: on
line diff
--- a/gub/specs/gmp.py	Mon Mar 14 23:03:50 2016 +0100
+++ b/gub/specs/gmp.py	Thu Mar 24 08:03:39 2016 +0100
@@ -7,6 +7,7 @@
 
 class Gmp (target.AutoBuild):
     source = 'http://ftp.gnu.org/pub/gnu/gmp/gmp-6.0.0a.tar.xz'
+    xsource = 'http://ftp.gnu.org/pub/gnu/gmp/gmp-6.1.0.tar.xz'
     def __init__ (self, settings, source):
         target.AutoBuild.__init__ (self, settings, source)
         if not self.settings.platform.startswith ('darwin'):
@@ -23,7 +24,7 @@
         # hack seems to work.
         self.file_sub ([('(#! .*/bin/.*sh)', r'#! \1\ntagname=CXX')],
                        '%(builddir)s/libtool')
-        
+
 class Gmp__darwin (Gmp):
     def patch (self):
         ## powerpc/darwin cross barfs on all C++ includes from