[parallel-hashmap] Update to version 1.36 (#26932)

* [parallel-hashmap] bump version to 1.36

* [parallel-hashmap] bump version to 1.36

* disable building test and example projects in vcpkg install

* update SHA
This commit is contained in:
Gregory Popovitch 2022-09-27 18:52:04 -04:00 committed by GitHub
parent e1ebdb654a
commit c954a05164
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 4 deletions

View File

@ -3,14 +3,17 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO greg7mdp/parallel-hashmap
REF 1.34
SHA512 3747422e80406aa77b009adee3c16325640dd1044560882fb881dac5ef4109f7d165d26ed7e64002c9285275f95962725ce20c918da12c0c113999c8ca3c7429
REF 1.36
SHA512 c5f7eea4cda698b8a2cc405d061fa1f4746354d5b0d3edd4db2e571fed757ffffe21c5ad4ec45feaa72db0dd092c7d220505f378340caeb176685900a57bc24c
HEAD_REF master
)
# Use greg7mdp/parallel-hashmap's own build process, skipping examples and tests
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DPHMAP_BUILD_TESTS=OFF
-DPHMAP_BUILD_EXAMPLES=OFF
)
vcpkg_cmake_install()

View File

@ -1,6 +1,6 @@
{
"name": "parallel-hashmap",
"version": "1.34",
"version": "1.36",
"description": "A header-only, very fast and memory-friendly family of C++ hash map & btree containers.",
"license": "Apache-2.0",
"dependencies": [

View File

@ -5533,7 +5533,7 @@
"port-version": 2
},
"parallel-hashmap": {
"baseline": "1.34",
"baseline": "1.36",
"port-version": 0
},
"parallelstl": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "80dc90f1c5acfd71797d79ecc2e976e0d1185afc",
"version": "1.36",
"port-version": 0
},
{
"git-tree": "f72efb2dae42b2f746be8e239b00b707b3a61449",
"version": "1.34",