aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Popovitch <greg7mdp@gmail.com>2019-06-17 13:35:44 -0400
committerPhil Christensen <philc@microsoft.com>2019-06-17 10:35:44 -0700
commitb03dd0714cb81c8e7379ddbc17045a8a346d3e96 (patch)
tree5fc45f5bcd8dea1682469eea082dca1ca3f2ddb7
parent8de7aa163317885a84e39a3dc81726e74537ba32 (diff)
downloadvcpkg-b03dd0714cb81c8e7379ddbc17045a8a346d3e96.tar.gz
vcpkg-b03dd0714cb81c8e7379ddbc17045a8a346d3e96.zip
[parallel-hashmap] Update to current 1.23 version and include natvis file. (#6917)
-rw-r--r--ports/parallel-hashmap/CONTROL4
-rw-r--r--ports/parallel-hashmap/portfile.cmake6
2 files changed, 6 insertions, 4 deletions
diff --git a/ports/parallel-hashmap/CONTROL b/ports/parallel-hashmap/CONTROL
index 1f839fed1..91be82ab3 100644
--- a/ports/parallel-hashmap/CONTROL
+++ b/ports/parallel-hashmap/CONTROL
@@ -1,3 +1,3 @@
Source: parallel-hashmap
-Version: 1.22
-Description: A header-only, very fast and memory-friendly hash map family.
+Version: 1.23
+Description: A header-only, very fast and memory-friendly family of C++ hash maps.
diff --git a/ports/parallel-hashmap/portfile.cmake b/ports/parallel-hashmap/portfile.cmake
index a94d30c45..d42dee4fd 100644
--- a/ports/parallel-hashmap/portfile.cmake
+++ b/ports/parallel-hashmap/portfile.cmake
@@ -4,8 +4,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO greg7mdp/parallel-hashmap
- REF 1.22
- SHA512 930ad0a2fd95310bd2d99c858a09416ca1c02bb823a49f96ec38cfc9ec4029b95b3dc3eacff88dc93df2cad968008b2db3cbb1c458c6cceddc542bb0ca74fad9
+ REF 1.23
+ SHA512 efdc717d965292949dc47c2614d97274d52e409a70b283d2b12a957bf3135c6682ed6f77a5b130b70f77eb2cc5c522626cc4b08cd792a7037844df5ba1538985
HEAD_REF master
)
@@ -19,6 +19,8 @@ vcpkg_install_cmake()
# Delete redundant directories
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/lib ${CURRENT_PACKAGES_DIR}/debug ${CURRENT_PACKAGES_DIR}/share/doc)
+file(COPY ${SOURCE_PATH}/phmap.natvis DESTINATION ${CURRENT_PACKAGES_DIR}/include)
+
# Put the licence file where vcpkg expects it
file(COPY ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/parallel-hashmap)
file(RENAME ${CURRENT_PACKAGES_DIR}/share/parallel-hashmap/LICENSE ${CURRENT_PACKAGES_DIR}/share/parallel-hashmap/copyright)