Update boost dl location

https://www.boost.org/users/news/boost_has_moved_downloads_to_jfr.html
This commit is contained in:
Thomas Krijnen
2021-05-08 14:15:43 +02:00
committed by GitHub
parent 28081f7df8
commit 58663769c9
+1 -1
View File
@@ -310,7 +310,7 @@ def run(cmds, cwd=None):
BOOST_VERSION_UNDERSCORE=BOOST_VERSION.replace(".", "_")
OCE_LOCATION="https://github.com/tpaviot/oce/archive/OCE-%s.tar.gz" % (OCE_VERSION,)
BOOST_LOCATION="https://dl.bintray.com/boostorg/release/%s/source/" % (BOOST_VERSION,)
BOOST_LOCATION="https://boostorg.jfrog.io/artifactory/main/release/%s/source/" % (BOOST_VERSION,)
# Helper functions