Skip to content

Commit

Permalink
[benchmark] Update to 1.5.5 (microsoft#18595)
Browse files Browse the repository at this point in the history
* update benchmark

* version stuff
  • Loading branch information
Neumann-A authored and siburu committed Sep 9, 2021
1 parent e8dbfcf commit 26840a6
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 12 deletions.
5 changes: 0 additions & 5 deletions ports/benchmark/CONTROL

This file was deleted.

12 changes: 6 additions & 6 deletions ports/benchmark/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO google/benchmark
REF 73d4d5e8d6d449fc8663765a42aa8aeeee844489 # v1.5.2
SHA512 b87a7c207eb85187165df8ff99ab1bbf5d38fc2a6d839e267a71987951c94e33b55fd7fbee6f2b59202b0379a7e9705b73b193edaea0b9c742eddf3fcbe5f48e
REF e991355c02b93fe17713efe04cbc2e278e00fdbd # v1.5.5
SHA512 aa4455fa0f8546ec5762f14065e0be6667b5874e6991ca6dd21dc7b29e38c7c74cfddb2c99c7a1ed2f7636aa7bdec8fc0fc1523967b179f5642c2dc2e968089c
HEAD_REF master
)

Expand All @@ -24,10 +24,10 @@ vcpkg_copy_pdbs()

vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/benchmark)

vcpkg_fixup_pkgconfig(SYSTEM_LIBRARIES pthread)
vcpkg_fixup_pkgconfig()

file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")

# Handle copyright
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
7 changes: 7 additions & 0 deletions ports/benchmark/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "benchmark",
"version-semver": "1.5.5",
"description": "A library to support the benchmarking of functions, similar to unit-tests.",
"homepage": "https://github.com/google/benchmark",
"supports": "!uwp"
}
5 changes: 5 additions & 0 deletions versions/b-/benchmark.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e47bb1810fa9570b6b87eba79bb95c749763e1e0",
"version-semver": "1.5.5",
"port-version": 0
},
{
"git-tree": "9edadb1ffe2869bf6c1b2271e89576e05234e9a5",
"version-string": "1.5.2",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
"port-version": 0
},
"benchmark": {
"baseline": "1.5.2",
"baseline": "1.5.5",
"port-version": 0
},
"bento4": {
Expand Down

0 comments on commit 26840a6

Please sign in to comment.