Skip to content

Commit

Permalink
[opensubdiv] Enable build on arm architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmigliore committed Jan 17, 2025
1 parent 6220088 commit c43bb90
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ports/opensubdiv/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "opensubdiv",
"version-semver": "3.5.0",
"port-version": 2,
"port-version": 3,
"description": "An Open-Source subdivision surface library.",
"homepage": "https://github.com/PixarAnimationStudios/OpenSubdiv",
"license": "Apache-2.0",
"supports": "!arm & !uwp",
"supports": "!(arm & android) & !uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6766,7 +6766,7 @@
},
"opensubdiv": {
"baseline": "3.5.0",
"port-version": 2
"port-version": 3
},
"opentelemetry-cpp": {
"baseline": "1.18.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/o-/opensubdiv.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b469c74fb77ea987be2333ae2d66ebba168d672d",
"version-semver": "3.5.0",
"port-version": 3
},
{
"git-tree": "8d12fbded4ab0667d082362ae4b6f57506926c9b",
"version-semver": "3.5.0",
Expand Down

0 comments on commit c43bb90

Please sign in to comment.