|
@@ -4,6 +4,7 @@ package("usd")
|
|
|
|
|
|
add_urls("https://github.com/PixarAnimationStudios/USD/archive/refs/tags/$(version).tar.gz",
|
|
|
"https://github.com/PixarAnimationStudios/USD.git")
|
|
|
+ add_versions("v23.02", "a8eefff722db0964ce5b11b90bcdc957f3569f1cf1d44c46026ecd229ce7535d")
|
|
|
add_versions("v22.11", "f34826475bb9385a9e94e2fe272cc713f517b987cbea15ee6bbc6b21db19aaae")
|
|
|
|
|
|
add_configs("shared", {description = "Build shared binaries.", default = true, type = "boolean", readonly = true})
|
|
@@ -19,6 +20,7 @@ package("usd")
|
|
|
|
|
|
on_install("linux", "macosx", "windows|x64", function (package)
|
|
|
local configs = {
|
|
|
+ "-DTBB_USE_DEBUG_BUILD=OFF",
|
|
|
"-DPXR_BUILD_ALEMBIC_PLUGIN=OFF",
|
|
|
"-DBoost_NO_BOOST_CMAKE=OFF",
|
|
|
"-DPXR_BUILD_EMBREE_PLUGIN=OFF",
|