Skip to content

Commit

Permalink
[build_usd.py] Update OpenEXR dependency to 3.1.13
Browse files Browse the repository at this point in the history
Updates OpenEXR dependency from v3.1.11 -> v3.1.13
- This was originally part of PR #3077 from @nvidia-jomiller

Removes FindOpenEXR.cmake because OpenEXR now publishes its own config scripts which supersede a Find script.

Fixes #585
Closes #1844
Closes #3077

(Internal change: 2349684)
  • Loading branch information
meshula authored and pixar-oss committed Dec 6, 2024
1 parent 8909f94 commit 1fd32c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 91 deletions.
2 changes: 1 addition & 1 deletion build_scripts/build_usd.py
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,7 @@ def InstallPNG(context, force, buildArgs):
############################################################
# IlmBase/OpenEXR

OPENEXR_URL = "https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/v3.1.11.zip"
OPENEXR_URL = "https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/v3.1.13.zip"

def InstallOpenEXR(context, force, buildArgs):
with CurrentWorkingDirectory(DownloadURL(OPENEXR_URL, context, force)):
Expand Down
90 changes: 0 additions & 90 deletions cmake/modules/FindOpenEXR.cmake

This file was deleted.

0 comments on commit 1fd32c9

Please sign in to comment.