Skip to content
New issue

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

Incorrect location of third-party source folder with --build option #3164

Closed
pablode opened this issue Jul 13, 2024 · 2 comments
Closed

Incorrect location of third-party source folder with --build option #3164

pablode opened this issue Jul 13, 2024 · 2 comments

Comments

@pablode
Copy link
Contributor

pablode commented Jul 13, 2024

Description of Issue

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.

Steps to Reproduce

  1. Build USD with above arguments
  2. Observe location of 'src' folder

System Information (OS, Hardware)

MacBook Air M3, Sonoma 14.4.1

Package Versions

v24.05

Build Flags

See above.

@jesschimein
Copy link
Collaborator

Filed as internal issue #USD-9846

@pablode
Copy link
Contributor Author

pablode commented Nov 1, 2024

Ah, I just stumbled across --src SRC Directory where dependencies will be downloaded (default: <install_dir>/src). Sorry for the noise.

@pablode pablode closed this as not planned Won't fix, can't repro, duplicate, stale Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants