mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 17:12:47 +08:00
[hyperscan] update to 5.4.0 (#24545)
* [hyperscan] update to 5.4.0 * update version
This commit is contained in:
parent
aa72c159d0
commit
125fa27528
@ -1,12 +1,12 @@
|
|||||||
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||||
|
|
||||||
set(HYPERSCAN_VERSION 5.3.0)
|
set(HYPERSCAN_VERSION 5.4.0)
|
||||||
|
|
||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO intel/hyperscan
|
REPO intel/hyperscan
|
||||||
REF v${HYPERSCAN_VERSION}
|
REF v${HYPERSCAN_VERSION}
|
||||||
SHA512 a4d85ffd2264e8e6745340ba51431361775a1e7a2da78edd31f6f53552ac61fdef718710ae53a254b7d5000f9ec1aafe7a48d9c55e76f5c6822486150bbc6c56
|
SHA512 cfec3f43b9e8b3fbb2e761927f3a173c1230f2688da710ec7708f2941ce6f550a1d3cb48b0b0e2ccf709807390117a7e40047cb99190bcc341f37eb3da13ae62
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
PATCHES
|
PATCHES
|
||||||
0001-remove-Werror.patch
|
0001-remove-Werror.patch
|
||||||
@ -14,17 +14,16 @@ vcpkg_from_github(
|
|||||||
|
|
||||||
vcpkg_find_acquire_program(PYTHON3)
|
vcpkg_find_acquire_program(PYTHON3)
|
||||||
|
|
||||||
vcpkg_configure_cmake(
|
vcpkg_cmake_configure(
|
||||||
SOURCE_PATH ${SOURCE_PATH}
|
SOURCE_PATH "${SOURCE_PATH}"
|
||||||
PREFER_NINJA
|
|
||||||
OPTIONS "-DPYTHON_EXECUTABLE=${PYTHON3}"
|
OPTIONS "-DPYTHON_EXECUTABLE=${PYTHON3}"
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_install_cmake()
|
vcpkg_cmake_install()
|
||||||
|
|
||||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
|
||||||
|
|
||||||
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||||
|
|
||||||
vcpkg_fixup_pkgconfig()
|
vcpkg_fixup_pkgconfig()
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "hyperscan",
|
"name": "hyperscan",
|
||||||
"version-string": "5.3.0",
|
"version": "5.4.0",
|
||||||
"port-version": 3,
|
|
||||||
"description": "A regular expression library with O(length of input) match times that takes advantage of Intel hardware to provide blazing speed.",
|
"description": "A regular expression library with O(length of input) match times that takes advantage of Intel hardware to provide blazing speed.",
|
||||||
"homepage": "https://www.hyperscan.io",
|
"homepage": "https://www.hyperscan.io",
|
||||||
|
"license": "BSD-3-Clause",
|
||||||
"supports": "!arm",
|
"supports": "!arm",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"boost-array",
|
"boost-array",
|
||||||
@ -26,6 +26,10 @@
|
|||||||
"boost-unordered",
|
"boost-unordered",
|
||||||
"boost-utility",
|
"boost-utility",
|
||||||
"pcre",
|
"pcre",
|
||||||
"ragel"
|
"ragel",
|
||||||
|
{
|
||||||
|
"name": "vcpkg-cmake",
|
||||||
|
"host": true
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -2805,8 +2805,8 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"hyperscan": {
|
"hyperscan": {
|
||||||
"baseline": "5.3.0",
|
"baseline": "5.4.0",
|
||||||
"port-version": 3
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"hypodermic": {
|
"hypodermic": {
|
||||||
"baseline": "2.5.3",
|
"baseline": "2.5.3",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "72c36aba3fff7cd403bdf02ad8f691ced9da30a9",
|
||||||
|
"version": "5.4.0",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "14beb85ac3a741f5504afa923832eb651795f530",
|
"git-tree": "14beb85ac3a741f5504afa923832eb651795f530",
|
||||||
"version-string": "5.3.0",
|
"version-string": "5.3.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user