Skip to content

Commit

Permalink
Update Boost mirrors until JFrog links are fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
buddly27 committed Jan 7, 2024
1 parent 0b18ad3 commit 2ebd43f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build_scripts/build_usd.py
Original file line number Diff line number Diff line change
Expand Up @@ -728,13 +728,13 @@ def InstallBoost_Helper(context, force, buildArgs):
pyInfo = GetPythonInfo(context)
pyVer = (int(pyInfo[3].split('.')[0]), int(pyInfo[3].split('.')[1]))
if context.buildPython and pyVer >= (3, 10):
BOOST_URL = "https://boostorg.jfrog.io/artifactory/main/release/1.78.0/source/boost_1_78_0.zip"
BOOST_URL = "https://archives.boost.io/release/1.78.0/source/boost_1_78_0.zip"
elif IsVisualStudio2022OrGreater():
BOOST_URL = "https://boostorg.jfrog.io/artifactory/main/release/1.78.0/source/boost_1_78_0.zip"
BOOST_URL = "https://archives.boost.io/release/1.78.0/source/boost_1_78_0.zip"
elif MacOS():
BOOST_URL = "https://boostorg.jfrog.io/artifactory/main/release/1.78.0/source/boost_1_78_0.zip"
BOOST_URL = "https://archives.boost.io/release/1.78.0/source/boost_1_78_0.zip"
else:
BOOST_URL = "https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.zip"
BOOST_URL = "https://archives.boost.io/release/1.76.0/source/boost_1_76_0.zip"

# Documentation files in the boost archive can have exceptionally
# long paths. This can lead to errors when extracting boost on Windows,
Expand Down

0 comments on commit 2ebd43f

Please sign in to comment.