tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
openusd: patch for embree 4
Guilhem Saurel
2 years ago
94e72a53
80f12f17
+9
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
openusd
default.nix
+9
pkgs/development/python-modules/openusd/default.nix
···
9
draco,
10
embree,
11
fetchFromGitHub,
0
12
flex,
13
git,
14
graphviz-nox,
···
62
outputs = [ "out" ] ++ lib.optional withDocs "doc";
63
64
format = "other";
0
0
0
0
0
0
0
0
65
66
cmakeFlags = [
67
"-DPXR_BUILD_ALEMBIC_PLUGIN=ON"
···
9
draco,
10
embree,
11
fetchFromGitHub,
12
+
fetchpatch,
13
flex,
14
git,
15
graphviz-nox,
···
63
outputs = [ "out" ] ++ lib.optional withDocs "doc";
64
65
format = "other";
66
+
67
+
patches = [
68
+
(fetchpatch {
69
+
name = "port-to-embree-4.patch";
70
+
url = "https://github.com/PixarAnimationStudios/OpenUSD/pull/2266/commits/4b6c23d459c602fdac5e0ebc9b7722cbd5475e86.patch";
71
+
hash = "sha256-yjqdGAVqfEsOX1W/tG6c+GgQLYya5U9xgUe/sNIuDbw=";
72
+
})
73
+
];
74
75
cmakeFlags = [
76
"-DPXR_BUILD_ALEMBIC_PLUGIN=ON"