Change the url for GMP. The officiel website is down sometime

This commit is contained in:
Thomas Applencourt 2018-05-09 17:17:12 -05:00 committed by GitHub
parent 91eb591572
commit 850c438956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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"))