We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When USD is built using an explicit build directory:
python3 build_scripts/build_usd.py \ --build BUILD \ --openimageio \ INSTALL
the 'src' folder for third-party libs resides in INSTALL/src and not in BUILD/src.
Since the downloaded sources are only relevant for the build process, I would expect them to reside in BUILD.
MacBook Air M3, Sonoma 14.4.1
v24.05
See above.
The text was updated successfully, but these errors were encountered:
Filed as internal issue #USD-9846
Sorry, something went wrong.
Ah, I just stumbled across --src SRC Directory where dependencies will be downloaded (default: <install_dir>/src). Sorry for the noise.
--src SRC Directory where dependencies will be downloaded (default: <install_dir>/src)
No branches or pull requests
Description of Issue
When USD is built using an explicit build directory:
the 'src' folder for third-party libs resides in INSTALL/src and not in BUILD/src.
Since the downloaded sources are only relevant for the build process, I would expect them to reside in BUILD.
Steps to Reproduce
System Information (OS, Hardware)
MacBook Air M3, Sonoma 14.4.1
Package Versions
v24.05
Build Flags
See above.
The text was updated successfully, but these errors were encountered: