[vcpkg baseline][gpgmm] Fix duplicate header files (#41945)

This commit is contained in:
Frank 2024-11-04 19:15:04 +00:00 committed by GitHub
parent a9b7601348
commit 335a153de3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 2 deletions

View File

@ -25,7 +25,7 @@ if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin")
endif() endif()
file(GLOB_RECURSE GPGMM_INCLUDE "${SOURCE_PATH}/src/*.h") file(GLOB_RECURSE GPGMM_INCLUDE "${SOURCE_PATH}/include/*.h")
file(INSTALL ${GPGMM_INCLUDE} DESTINATION "${CURRENT_PACKAGES_DIR}/include") file(INSTALL ${GPGMM_INCLUDE} DESTINATION "${CURRENT_PACKAGES_DIR}/include")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE") vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

View File

@ -1,6 +1,7 @@
{ {
"name": "gpgmm", "name": "gpgmm",
"version": "0.1.2", "version": "0.1.2",
"port-version": 1,
"description": "GPGMM is a General-Purpose GPU Memory Management library. It provides a common set of GPU memory routines optimized for GPUs. The library helps developers manage video memory by implementing the necessary functionality across components based on Vulkan or D3D12", "description": "GPGMM is a General-Purpose GPU Memory Management library. It provides a common set of GPU memory routines optimized for GPUs. The library helps developers manage video memory by implementing the necessary functionality across components based on Vulkan or D3D12",
"homepage": "https://github.com/intel/GPGMM/", "homepage": "https://github.com/intel/GPGMM/",
"license": "Apache-2.0", "license": "Apache-2.0",

View File

@ -3234,7 +3234,7 @@
}, },
"gpgmm": { "gpgmm": {
"baseline": "0.1.2", "baseline": "0.1.2",
"port-version": 0 "port-version": 1
}, },
"gppanel": { "gppanel": {
"baseline": "2020-05-20", "baseline": "2020-05-20",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "6ab52ff47ca0cad9ccb6fcb27ad15b72c8773aa0",
"version": "0.1.2",
"port-version": 1
},
{ {
"git-tree": "26588ebafae6c3d0ba1d0d8a76ea8d425ba33eaf", "git-tree": "26588ebafae6c3d0ba1d0d8a76ea8d425ba33eaf",
"version": "0.1.2", "version": "0.1.2",