Loading pkgs/development/python-modules/openusd/default.nix +9 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ draco, embree, fetchFromGitHub, fetchpatch, flex, git, graphviz-nox, Loading Loading @@ -63,6 +64,14 @@ buildPythonPackage rec { format = "other"; patches = [ (fetchpatch { name = "port-to-embree-4.patch"; url = "https://github.com/PixarAnimationStudios/OpenUSD/pull/2266/commits/4b6c23d459c602fdac5e0ebc9b7722cbd5475e86.patch"; hash = "sha256-yjqdGAVqfEsOX1W/tG6c+GgQLYya5U9xgUe/sNIuDbw="; }) ]; cmakeFlags = [ "-DPXR_BUILD_ALEMBIC_PLUGIN=ON" "-DPXR_BUILD_DRACO_PLUGIN=ON" Loading Loading
pkgs/development/python-modules/openusd/default.nix +9 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ draco, embree, fetchFromGitHub, fetchpatch, flex, git, graphviz-nox, Loading Loading @@ -63,6 +64,14 @@ buildPythonPackage rec { format = "other"; patches = [ (fetchpatch { name = "port-to-embree-4.patch"; url = "https://github.com/PixarAnimationStudios/OpenUSD/pull/2266/commits/4b6c23d459c602fdac5e0ebc9b7722cbd5475e86.patch"; hash = "sha256-yjqdGAVqfEsOX1W/tG6c+GgQLYya5U9xgUe/sNIuDbw="; }) ]; cmakeFlags = [ "-DPXR_BUILD_ALEMBIC_PLUGIN=ON" "-DPXR_BUILD_DRACO_PLUGIN=ON" Loading