mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 22:39:01 +08:00
[Hyperscan] Update to 5.3.0 (#13700)
* [Hyperscan] Update to 5.3.0 * [Hyperscan] update to 5.3.0
This commit is contained in:
parent
5e4d2fab86
commit
eb8094d4f3
@ -1,5 +1,5 @@
|
||||
Source: hyperscan
|
||||
Version: 5.2.1-1
|
||||
Version: 5.3.0
|
||||
Homepage: https://www.hyperscan.io
|
||||
Description: A regular expression library with O(length of input) match times that takes advantage of Intel hardware to provide blazing speed.
|
||||
Build-Depends: boost-array, boost-chrono, boost-config, boost-core, boost-crc, boost-detail, boost-functional, boost-regex, boost-system, boost-thread, boost-type-traits, boost-unordered, boost-utility, boost-dynamic-bitset, boost-random, boost-graph, boost-multi-array, boost-icl, boost-ptr-container, pcre, python3, ragel
|
||||
|
@ -1,12 +1,12 @@
|
||||
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||
|
||||
set(HYPERSCAN_VERSION 5.2.1)
|
||||
set(HYPERSCAN_VERSION 5.3.0)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO intel/hyperscan
|
||||
REF v${HYPERSCAN_VERSION}
|
||||
SHA512 e6ac2aef1f3efa1535c00d73fa590ea62fff4686c4ad3ee023d2e72c51896ca4616ec1b85d7c6f88ac7b42d92c3557b9c4bb3b51cfb796e20a79d53b28e53b6c
|
||||
SHA512 a4d85ffd2264e8e6745340ba51431361775a1e7a2da78edd31f6f53552ac61fdef718710ae53a254b7d5000f9ec1aafe7a48d9c55e76f5c6822486150bbc6c56
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
0001-remove-Werror.patch
|
||||
@ -22,6 +22,7 @@ vcpkg_configure_cmake(
|
||||
)
|
||||
|
||||
vcpkg_install_cmake()
|
||||
|
||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
|
||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user