switch download server for voro++ from LBL to download.lammps.org, which seems much more reliable

This commit is contained in:
Axel Kohlmeyer
2019-02-13 09:52:12 -05:00
parent 581b7d3543
commit 9ac908f05f
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ parser = ArgumentParser(prog='Install.py',
# settings
version = "voro++-0.4.6"
url = "http://math.lbl.gov/voro++/download/dir/%s.tar.gz" % version
url = "https://download.lammps.org/thirdparty/%s.tar.gz" % version
# known checksums for different Voro++ versions. used to validate the download.
checksums = { \