mirror of
https://github.com/LCPQ/quantum_package
synced 2024-12-22 20:35:19 +01:00
Change the url for GMP. The officiel website is down sometime
This commit is contained in:
parent
91eb591572
commit
850c438956
2
configure
vendored
2
configure
vendored
@ -138,7 +138,7 @@ zeromq = Info(
|
|||||||
default_path=join(QP_ROOT_LIB, "libzmq.a"))
|
default_path=join(QP_ROOT_LIB, "libzmq.a"))
|
||||||
|
|
||||||
gmp= Info(
|
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',
|
description=' The GNU Multiple Precision Arithmetic Library',
|
||||||
default_path=join(QP_ROOT_LIB, "libgmp.a"))
|
default_path=join(QP_ROOT_LIB, "libgmp.a"))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user