From 850c438956a0320a46b9002400ffb3544b5f6606 Mon Sep 17 00:00:00 2001 From: Thomas Applencourt Date: Wed, 9 May 2018 17:17:12 -0500 Subject: [PATCH] Change the url for GMP. The officiel website is down sometime --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 9f677e92..98970655 100755 --- a/configure +++ b/configure @@ -138,7 +138,7 @@ zeromq = Info( default_path=join(QP_ROOT_LIB, "libzmq.a")) gmp= Info( - url='https://gmplib.org/download/gmp/gmp-6.1.2.tar.bz2', + url='ftp://ftp.gnu.org/gnu/gmp/gmp-6.1.2.tar.bz2', description=' The GNU Multiple Precision Arithmetic Library', default_path=join(QP_ROOT_LIB, "libgmp.a"))