Skip to content

Commit

Permalink
Merge pull request #1206 from moritz-h/power
Browse files Browse the repository at this point in the history
Update power-overwhelming and install pdb's
  • Loading branch information
reinago authored Jul 4, 2023
2 parents 6348e48 + 65ab129 commit 55d63af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion cmake/vcpkg_ports/power-overwhelming/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO UniStuttgart-VISUS/power-overwhelming
REF "v${VERSION}"
SHA512 9af72c4f557cac355957a352e6a29552567810ed352aa34b26db2f6b4ff251801cc915f8a272879e1f75e6edea289267ec43c42314a006a3cb9efc42290ec88a
SHA512 6e7d7d0057a477b62cc3c038d7707d230f48233e0ce68c479eefc1acf7893b57be8850492b362102008c670250f35f350b1a4780a176db258181cb7ba37ea0b7
HEAD_REF master
)

Expand All @@ -23,5 +23,7 @@ vcpkg_cmake_config_fixup(
CONFIG_PATH lib/cmake/power_overwhelming
)

vcpkg_copy_pdbs()

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENCE")
2 changes: 1 addition & 1 deletion cmake/vcpkg_ports/power-overwhelming/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "power-overwhelming",
"version": "1.5.0",
"version": "1.7.0",
"description": "Measurement framekwork for GPU power consumption.",
"homepage": "https://github.com/UniStuttgart-VISUS/power-overwhelming",
"license": "MIT",
Expand Down

0 comments on commit 55d63af

Please sign in to comment.