Created
May 25, 2021 07:59
-
-
Save jerrans/c962d66504ac3c6e26b80fc616829627 to your computer and use it in GitHub Desktop.
Building USD on M1 Mac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone --recursive https://github.com/PixarAnimationStudios/USD | |
cd USD | |
In build_scripts/build_usd.py replace the line: | |
"https://github.com/oneapi-src/oneTBB/archive/2017_U6.tar.gz" | |
With: | |
"https://github.com/jerrans/oneTBB/archive/refs/heads/2017_U6/schmidje/armsupport.zip" | |
This is a tiny patch for TBB to build on ARM. | |
python3 build_scripts/build_usd.py --no-usdview ../usd-build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment