Commit d1e0d2d
authored
Run pip install at end of MaterialX install (#2853)
Relocating the pip install at the end. This allows any customizations to be included in the install.
In our fork of MaterialX we install additional libraries
https://github.com/autodesk-forks/MaterialX/blob/4c20cc3426812b1a196176f0a13ade2f34a36751/CMakeLists.txt#L132
https://github.com/autodesk-forks/MaterialX/blob/4c20cc3426812b1a196176f0a13ade2f34a36751/CMakeLists.txt#L620
This allows us to keep our fork in-line with main.
I would to like to install additional libraries from our fork before pip install is run.
Relocating the pip install at the end, avoids the amount of patches we have to keep against main.1 parent 164768f commit d1e0d2d
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
698 | 698 | | |
699 | 699 | | |
700 | 700 | | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
0 commit comments