mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 00:48:01 +08:00
[simdjson] Update to 1.0.1 (#20876)
* Update simdjson to 1.0.1 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
This commit is contained in:
parent
63044d1243
commit
ce26221120
@ -1,9 +1,9 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO simdjson/simdjson
|
||||
REF 3bd8b0b575f43403705dcce57d427944c11421f8 # v1.0.0
|
||||
REF v1.0.1
|
||||
HEAD_REF master
|
||||
SHA512 61c5db9bdf331cc692d85f135fda29ad5db7ee23d9518153adfd44cf26d76dae834a3071bd6c9e9b2a99a27a2881899162ac146750f444e9829a6dbbe986f769
|
||||
SHA512 ecf67b145f1269225483a64b5ff9de826a8124fbae60dec1e6fe99aa974a29e07037a9318ae2dfc657971695ffa5e4fbcdff4c855365c074971d34c69dd77561
|
||||
)
|
||||
|
||||
vcpkg_check_features(
|
||||
@ -34,7 +34,7 @@ vcpkg_cmake_install()
|
||||
|
||||
vcpkg_copy_pdbs()
|
||||
|
||||
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/${PORT})
|
||||
vcpkg_cmake_config_fixup(CONFIG_PATH "lib/cmake/${PORT}")
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include" "${CURRENT_PACKAGES_DIR}/debug/share")
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "simdjson",
|
||||
"version-semver": "1.0.0",
|
||||
"version-semver": "1.0.1",
|
||||
"description": "A extremely fast JSON library that can parse gigabytes of JSON per second",
|
||||
"homepage": "https://simdjson.org/",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -6185,7 +6185,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"simdjson": {
|
||||
"baseline": "1.0.0",
|
||||
"baseline": "1.0.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"simdutf": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "6b733cbc907ee3f0af57e0a84247cade1b55f861",
|
||||
"version-semver": "1.0.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "80800c0596226b9d3a818cf8ddf903b2e66e279c",
|
||||
"version-semver": "1.0.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user