Skip to content

Commit

Permalink
[anari] Disable Helide device. (microsoft#33616)
Browse files Browse the repository at this point in the history
  • Loading branch information
acdemiralp authored Sep 6, 2023
1 parent 8413fd7 commit 6f8eef2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions ports/anari/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ vcpkg_cmake_configure(
OPTIONS
-DBUILD_CTS=OFF
-DBUILD_EXAMPLES=OFF
-DBUILD_HELIDE_DEVICE=OFF
-DBUILD_TESTING=OFF
-DBUILD_VIEWER=OFF
)
Expand Down
1 change: 1 addition & 0 deletions ports/anari/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "anari",
"version": "0.7.0",
"port-version": 1,
"description": "Cross-Platform 3D Rendering Engine API.",
"homepage": "https://www.khronos.org/anari",
"license": "Apache-2.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/anari.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "bb2704cfb92a03677f5d7dfbf1d81f1d924accd3",
"version": "0.7.0",
"port-version": 1
},
{
"git-tree": "cf756ca650e9d72324024441ad48b760fb587f86",
"version": "0.7.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
},
"anari": {
"baseline": "0.7.0",
"port-version": 0
"port-version": 1
},
"anax": {
"baseline": "2.1.0",
Expand Down

0 comments on commit 6f8eef2

Please sign in to comment.