Skip to content

Commit

Permalink
[usd] enable arm architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmigliore committed Jan 9, 2025
1 parent a3a2cda commit 4d85e8f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ports/usd/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "usd",
"version": "24.11",
"port-version": 1,
"description": "Universal Scene Description (USD) is an efficient, scalable system for authoring, reading, and streaming time-sampled scene description for interchange between graphics applications.",
"homepage": "https://github.com/PixarAnimationStudios/USD",
"license": null,
"supports": "!x86 & !arm & !android",
"supports": "!x86 & !android",
"dependencies": [
"opensubdiv",
"tbb",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -9278,7 +9278,7 @@
},
"usd": {
"baseline": "24.11",
"port-version": 0
"port-version": 1
},
"usearch": {
"baseline": "2.3.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/u-/usd.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c8dd63427a5992bb23e90ec4c3a578a951611450",
"version": "24.11",
"port-version": 1
},
{
"git-tree": "a96dae4b6c9e6d254b6601fb1be2c0088881a0b4",
"version": "24.11",
Expand Down

0 comments on commit 4d85e8f

Please # to comment.