openusd: patch for embree 4
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user