Skip to content

Commit

Permalink
MAINT: Update the GMP URL
Browse files Browse the repository at this point in the history
  • Loading branch information
BvB93 committed Aug 2, 2023
1 parent 49b0b8e commit 96259f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install_gmp.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import dep_builder
from dep_builder import TimeLogger, download_and_unpack, configure, read_config_log, build, parse_version

URL_TEMPLATE = "https://gmplib.org/download/gmp/gmp-{version}.tar.xz"
URL_TEMPLATE = "https://github.com/nlesc-nano/GMP/archive/refs/tags/v{version}.tar.gz"

download_gmp = TimeLogger("Download and unpack GMP")(download_and_unpack)
read_config_log_gmp = TimeLogger("Dumping GMP config log")(read_config_log)
Expand Down

0 comments on commit 96259f7

Please sign in to comment.