Skip to content

Instantly share code, notes, and snippets.

@jerrans
Created May 25, 2021 07:59
Show Gist options
  • Save jerrans/c962d66504ac3c6e26b80fc616829627 to your computer and use it in GitHub Desktop.
Save jerrans/c962d66504ac3c6e26b80fc616829627 to your computer and use it in GitHub Desktop.
Building USD on M1 Mac
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