[robin-hood-hashing] Update to 3.7.0 (#12147)

https://github.com/martinus/robin-hood-hashing/releases/tag/3.7.0
This commit is contained in:
Rémy Tassoux 2020-07-06 22:24:19 +02:00 committed by GitHub
parent f12d986e6a
commit a54c55d39a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 10 deletions

View File

@ -1,3 +1,4 @@
Source: robin-hood-hashing
Version: 3.4.0
Description: Fast & memory efficient hashtable based on robin hood hashing for C++14
Version: 3.7.0
Homepage: https://github.com/martinus/robin-hood-hashing
Description: Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20

View File

@ -1,16 +1,12 @@
# header-only library
include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO martinus/robin-hood-hashing
REF 3.4.0
SHA512 7985d64063af7d28b9404639df48645d2d72b0bc752fde23c7e3bf431adbd8eb4ffbc439e5a8513a39eb54481ce875fb044fafc86c36046995e3193284a594dd
REF 3.7.0
SHA512 3dd7c7ace50bd16579ef9db8f9a89e1b2fd8406d7f3af6a4cedb674ea14303bd70332da403b87b2f0fb3c7f415dd93e9a7b330cb86ca2f58d5916ca42666a8e5
HEAD_REF master
)
file(COPY ${SOURCE_PATH}/src/include/robin_hood.h DESTINATION ${CURRENT_PACKAGES_DIR}/include)
# Handle copyright
configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
file(INSTALL ${SOURCE_PATH}/src/include/robin_hood.h DESTINATION ${CURRENT_PACKAGES_DIR}/include)
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)