[anari] Update to anari 0.15.0 (#48352)

This commit is contained in:
Thomas Arcila
2025-11-17 13:43:56 -05:00
committed by GitHub
parent 07ee15e352
commit 8a9c4825cd
4 changed files with 11 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO KhronosGroup/ANARI-SDK
REF "v${VERSION}"
SHA512 02db5cdf5f84df213b4d14f93363b7949d6c1a51c9cda616ef3612cb072f6b30bc942c5a6b0b9e89ea8b76b048fabd6bafcabde3c55380c3d90837116fa8b237
SHA512 504be3b6e8b33def5c43e0c59927da0fccd8c9356f384ceab20740e49a26f6e2e62b142893afec028ce61207741de9e72d9a496b7981109f290bb580552a0965
HEAD_REF next_release
PATCHES anari-lib-maybe-static-lib.patch
)
@@ -28,8 +28,10 @@ vcpkg_cmake_configure(
)
vcpkg_cmake_install()
file(GLOB ANARI_CMAKE_CONFIG_FILE RELATIVE ${CURRENT_PACKAGES_DIR} "${CURRENT_PACKAGES_DIR}/lib/cmake/*/anariConfig.cmake")
cmake_path(GET ANARI_CMAKE_CONFIG_FILE PARENT_PATH ANARI_CMAKE_CONFIG_DIR)
vcpkg_cmake_config_fixup(
CONFIG_PATH "lib/cmake/${PORT}-${VERSION}"
CONFIG_PATH ${ANARI_CMAKE_CONFIG_DIR}
)
vcpkg_fixup_pkgconfig()
vcpkg_copy_pdbs()

View File

@@ -1,6 +1,6 @@
{
"name": "anari",
"version": "0.14.1",
"version": "0.15.0",
"description": "Cross-Platform 3D Rendering Engine API.",
"homepage": "https://www.khronos.org/anari",
"license": "Apache-2.0",

View File

@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f8711e4f387cebff0f79132b29c4ddb09a63f77e",
"version": "0.15.0",
"port-version": 0
},
{
"git-tree": "a988fe0e6db993e29d2628acf456fc8b99e5ea31",
"version": "0.14.1",

View File

@@ -129,7 +129,7 @@
"port-version": 0
},
"anari": {
"baseline": "0.14.1",
"baseline": "0.15.0",
"port-version": 0
},
"anax": {