Skip to content

Commit

Permalink
[parallel-hashmap] update version to 1.34 (#23365)
Browse files Browse the repository at this point in the history
* [parallel-hashmap] update version to 1.34

* run `vcpkg x-add-version --all` and change `version-string` to `version`

* make suggested changes

* add changes suggested by @JonLui1993

* ran `vcpkg x-add-version --all ` as suggested

* update version

* update parallel-hashmap.json

Co-authored-by: Jonliu1993 <[email protected]>
  • Loading branch information
greg7mdp and JonLiu1993 authored Mar 4, 2022
1 parent 97113b4 commit 54ab052
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 11 deletions.
11 changes: 5 additions & 6 deletions ports/parallel-hashmap/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO greg7mdp/parallel-hashmap
REF 1.33
SHA512 287f098229153d925632e68e3cdbabfae0ea0ab8864089e4c0553a166c6079ca82ed5246ba53afd2a2917abcf06f37bc18f098e721f5f3b8def4d2d8c1c8c745
REF 1.34
SHA512 3747422e80406aa77b009adee3c16325640dd1044560882fb881dac5ef4109f7d165d26ed7e64002c9285275f95962725ce20c918da12c0c113999c8ca3c7429
HEAD_REF master
)

# Use greg7mdp/parallel-hashmap's own build process, skipping examples and tests
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
)
vcpkg_install_cmake()
vcpkg_cmake_install()

# Delete redundant directories
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/lib ${CURRENT_PACKAGES_DIR}/debug ${CURRENT_PACKAGES_DIR}/share/doc)
Expand Down
12 changes: 9 additions & 3 deletions ports/parallel-hashmap/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "parallel-hashmap",
"version-string": "1.33",
"port-version": 1,
"description": "A header-only, very fast and memory-friendly family of C++ hash maps."
"version": "1.34",
"description": "A header-only, very fast and memory-friendly family of C++ hash map & btree containers.",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5221,8 +5221,8 @@
"port-version": 1
},
"parallel-hashmap": {
"baseline": "1.33",
"port-version": 1
"baseline": "1.34",
"port-version": 0
},
"parallelstl": {
"baseline": "20200330",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/parallel-hashmap.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f72efb2dae42b2f746be8e239b00b707b3a61449",
"version": "1.34",
"port-version": 0
},
{
"git-tree": "4c8c5305bf3135855a29acfde1effc1f9897ea4d",
"version-string": "1.33",
Expand Down

0 comments on commit 54ab052

Please sign in to comment.