mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 18:47:09 +01:00
[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:
parent
f12d986e6a
commit
a54c55d39a
@ -1,3 +1,4 @@
|
|||||||
Source: robin-hood-hashing
|
Source: robin-hood-hashing
|
||||||
Version: 3.4.0
|
Version: 3.7.0
|
||||||
Description: Fast & memory efficient hashtable based on robin hood hashing for C++14
|
Homepage: https://github.com/martinus/robin-hood-hashing
|
||||||
|
Description: Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20
|
||||||
|
@ -1,16 +1,12 @@
|
|||||||
# header-only library
|
# header-only library
|
||||||
|
|
||||||
include(vcpkg_common_functions)
|
|
||||||
|
|
||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO martinus/robin-hood-hashing
|
REPO martinus/robin-hood-hashing
|
||||||
REF 3.4.0
|
REF 3.7.0
|
||||||
SHA512 7985d64063af7d28b9404639df48645d2d72b0bc752fde23c7e3bf431adbd8eb4ffbc439e5a8513a39eb54481ce875fb044fafc86c36046995e3193284a594dd
|
SHA512 3dd7c7ace50bd16579ef9db8f9a89e1b2fd8406d7f3af6a4cedb674ea14303bd70332da403b87b2f0fb3c7f415dd93e9a7b330cb86ca2f58d5916ca42666a8e5
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
file(COPY ${SOURCE_PATH}/src/include/robin_hood.h DESTINATION ${CURRENT_PACKAGES_DIR}/include)
|
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)
|
||||||
# Handle copyright
|
|
||||||
configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
|
|
Loading…
x
Reference in New Issue
Block a user