aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Neumann <30894796+Neumann-A@users.noreply.github.com>2021-06-24 22:05:24 +0200
committerGitHub <noreply@github.com>2021-06-24 13:05:24 -0700
commit123211757a11c6bf7dbd3d5d1974b18d3287cf1b (patch)
tree8fb65fbddd072c04113e8d42bbdb6c3607293868
parentd76b4ebe741f7d918e836df05674e8327857854e (diff)
downloadvcpkg-123211757a11c6bf7dbd3d5d1974b18d3287cf1b.tar.gz
vcpkg-123211757a11c6bf7dbd3d5d1974b18d3287cf1b.zip
[benchmark] Update to 1.5.5 (#18595)
* update benchmark * version stuff
-rw-r--r--ports/benchmark/CONTROL5
-rw-r--r--ports/benchmark/portfile.cmake12
-rw-r--r--ports/benchmark/vcpkg.json7
-rw-r--r--versions/b-/benchmark.json5
-rw-r--r--versions/baseline.json2
5 files changed, 19 insertions, 12 deletions
diff --git a/ports/benchmark/CONTROL b/ports/benchmark/CONTROL
deleted file mode 100644
index 9a7618385..000000000
--- a/ports/benchmark/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: benchmark
-Version: 1.5.2
-Homepage: https://github.com/google/benchmark
-Description: A library to support the benchmarking of functions, similar to unit-tests.
-Supports: !(arm|uwp)
diff --git a/ports/benchmark/portfile.cmake b/ports/benchmark/portfile.cmake
index 7f4add94c..096641a57 100644
--- a/ports/benchmark/portfile.cmake
+++ b/ports/benchmark/portfile.cmake
@@ -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
)
@@ -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) \ No newline at end of file
+file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) \ No newline at end of file
diff --git a/ports/benchmark/vcpkg.json b/ports/benchmark/vcpkg.json
new file mode 100644
index 000000000..bc6669551
--- /dev/null
+++ b/ports/benchmark/vcpkg.json
@@ -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"
+}
diff --git a/versions/b-/benchmark.json b/versions/b-/benchmark.json
index b50f650ab..0edc1ab45 100644
--- a/versions/b-/benchmark.json
+++ b/versions/b-/benchmark.json
@@ -1,6 +1,11 @@
{
"versions": [
{
+ "git-tree": "e47bb1810fa9570b6b87eba79bb95c749763e1e0",
+ "version-semver": "1.5.5",
+ "port-version": 0
+ },
+ {
"git-tree": "9edadb1ffe2869bf6c1b2271e89576e05234e9a5",
"version-string": "1.5.2",
"port-version": 0
diff --git a/versions/baseline.json b/versions/baseline.json
index 2e75c0ae3..2a130ff99 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -353,7 +353,7 @@
"port-version": 0
},
"benchmark": {
- "baseline": "1.5.2",
+ "baseline": "1.5.5",
"port-version": 0
},
"bento4": {