[simdjson] update to 3.0.0 (#27148)

* [simdjson] update to 3.0.0

* update version

* update version

* update version
This commit is contained in:
JonLiu1993 2022-10-10 23:40:53 +08:00 committed by GitHub
parent 7178ff9591
commit 42cc830d87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 4 deletions

View File

@ -1,9 +1,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO simdjson/simdjson
REF 933c2ebeacf9a1df12acd9a6781e590cad2f81f7 # v2.2.2
REF d520062f8ec066af53d6b52f202f88af7d5c0e1e # v3.0.0
HEAD_REF master
SHA512 6dda3fbbba7e788adc7b29710c2b08c428a180fadd298c4129a5856e65de1d947b38ecff0098fcd29ad98923e14910ba77eaedbd3d3a9fa3a0c49c686ecbb1b4
SHA512 f6e4b674641b7e42ecac007b7f95f0dcaa9990d781271cea553bd905d9164d9da67896ad10fa9a41a6bd485af80c0828ede8900a333e4550b7aa8b143b9fb200
)
vcpkg_check_features(
@ -36,6 +36,8 @@ vcpkg_copy_pdbs()
vcpkg_cmake_config_fixup(CONFIG_PATH "lib/cmake/${PORT}")
vcpkg_fixup_pkgconfig()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include" "${CURRENT_PACKAGES_DIR}/debug/share")
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

View File

@ -1,6 +1,6 @@
{
"name": "simdjson",
"version-semver": "2.2.2",
"version": "3.0.0",
"description": "A extremely fast JSON library that can parse gigabytes of JSON per second",
"homepage": "https://simdjson.org/",
"license": "Apache-2.0",

View File

@ -6821,7 +6821,7 @@
"port-version": 0
},
"simdjson": {
"baseline": "2.2.2",
"baseline": "3.0.0",
"port-version": 0
},
"simdutf": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4c95c564acc1c64834298385fbb154740081f3fd",
"version": "3.0.0",
"port-version": 0
},
{
"git-tree": "5c24527f443a4881e16cb242e4b323904c0318d4",
"version-semver": "2.2.2",