Skip to content

Commit bd06607

Browse files
committed
[build_usd] Update OpenImageIO to v2.5.6.0
- The current version v2.3.21.0 includes a bug that reports false positives when using the `-p` flag and having a very high value for the absolute tolerance. This is fixed in v2.5.6.0 in AcademySoftwareFoundation/OpenImageIO#4061.
1 parent 1c3a1a2 commit bd06607

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build_scripts/build_usd.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,6 +935,7 @@ def InstallBoost_Helper(context, force, buildArgs):
935935
b2_settings.append("--with-date_time")
936936

937937
if context.buildOIIO or context.enableOpenVDB:
938+
b2_settings.append("--with-chrono")
938939
b2_settings.append("--with-system")
939940
b2_settings.append("--with-thread")
940941

@@ -1459,7 +1460,7 @@ def InstallOpenVDB(context, force, buildArgs):
14591460
############################################################
14601461
# OpenImageIO
14611462

1462-
OIIO_URL = "https://github.com/OpenImageIO/oiio/archive/refs/tags/v2.3.21.0.zip"
1463+
OIIO_URL = "https://github.com/OpenImageIO/oiio/archive/refs/tags/v2.5.6.0.zip"
14631464

14641465
def InstallOpenImageIO(context, force, buildArgs):
14651466
with CurrentWorkingDirectory(DownloadURL(OIIO_URL, context, force)):

0 commit comments

Comments
 (0)