openusd: patch for embree 4

This commit is contained in:
Guilhem Saurel 2024-03-27 12:22:13 +01:00
parent 80f12f170f
commit 94e72a5313
1 changed files with 9 additions and 0 deletions

View File

@ -9,6 +9,7 @@
draco,
embree,
fetchFromGitHub,
fetchpatch,
flex,
git,
graphviz-nox,
@ -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"