mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
[simdutf] update to 5.0.0 (#37783)
This commit is contained in:
parent
27d72bf1da
commit
595fde3f04
@ -6,7 +6,9 @@ vcpkg_from_github(
|
||||
REF "v${VERSION}"
|
||||
SHA512 12b9ae26a5ccc600aacad1e2b2287bfc0b6986a260e182c91541876bc5804fe661093ad10d1befda56803afc7a9aa9f0348820dbb5af4fa6fdf048f85b3bcef1
|
||||
HEAD_REF master
|
||||
PATCHES fix-SCN_HAS_STD_REGEX_MULTILINE-marco.patch
|
||||
PATCHES
|
||||
fix-SCN_HAS_STD_REGEX_MULTILINE-marco.patch
|
||||
remove-simdutf-dependency-version.patch
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
|
13
ports/scnlib/remove-simdutf-dependency-version.patch
Normal file
13
ports/scnlib/remove-simdutf-dependency-version.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git a/cmake/dependencies.cmake b/cmake/dependencies.cmake
|
||||
index ae2832b..3c58a12 100644
|
||||
--- a/cmake/dependencies.cmake
|
||||
+++ b/cmake/dependencies.cmake
|
||||
@@ -61,7 +61,7 @@ endif ()
|
||||
# we don't want to include tests of dependencies, so we need to do some manual work
|
||||
|
||||
if (SCN_USE_EXTERNAL_SIMDUTF)
|
||||
- find_package(simdutf 4.0.0 CONFIG REQUIRED)
|
||||
+ find_package(simdutf CONFIG REQUIRED)
|
||||
else ()
|
||||
FetchContent_Declare(
|
||||
simdutf
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "scnlib",
|
||||
"version": "2.0.2",
|
||||
"port-version": 1,
|
||||
"description": "scnlib is a modern C++ library for replacing scanf and std::istream",
|
||||
"homepage": "https://scnlib.dev/",
|
||||
"dependencies": [
|
||||
|
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO simdutf/simdutf
|
||||
REF "v${VERSION}"
|
||||
SHA512 39ffc41d8d6889603b72bbcdcb5bce6b0a98cd41299568cf9bd34f5cbc0d5950f96907eae21c0975b10d701c49d80bb839911672909c802e7f6d3b616fe6279c
|
||||
SHA512 809ed80e963068191c6fb687f820c9c8e0b638f98d348f65bcf211c4bca1abd3a063adae15cfd7f807a977181f2c0428d61b9183307f5a3ce2ea21e31e6a06d2
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
||||
"name": "simdutf",
|
||||
"version-semver": "4.0.9",
|
||||
"version-semver": "5.0.0",
|
||||
"description": "Unicode validation and transcoding at billions of characters per second",
|
||||
"homepage": "https://github.com/simdutf/simdutf",
|
||||
"dependencies": [
|
||||
|
@ -7854,7 +7854,7 @@
|
||||
},
|
||||
"scnlib": {
|
||||
"baseline": "2.0.2",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"scope-guard": {
|
||||
"baseline": "1.1.0",
|
||||
@ -8073,7 +8073,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"simdutf": {
|
||||
"baseline": "4.0.9",
|
||||
"baseline": "5.0.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"simonbrunel-qtpromise": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "2ab6b65ae15e7ce03c1d57ad16ee80f6186dfee5",
|
||||
"version": "2.0.2",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "dec19b7a48e73d0f9422945a9ca65e7322c57618",
|
||||
"version": "2.0.2",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "abbfcd20dd25b3b01b4e117ffe339623762baa2a",
|
||||
"version-semver": "5.0.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "4d4511effb044b1b416e71a747a8f955bbf6047d",
|
||||
"version-semver": "4.0.9",
|
||||
|
Loading…
x
Reference in New Issue
Block a user