From e239a6fa6e701602729dfec6836ffa41ff06ee86 Mon Sep 17 00:00:00 2001 From: myd7349 Date: Wed, 8 Sep 2021 23:02:07 +0800 Subject: [simdjson] Update to v1.0.0 (#20052) * [simdjson] Update to 1.0.0 * [simdjson] Bump version --- ports/simdjson/portfile.cmake | 6 +++--- ports/simdjson/vcpkg.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'ports/simdjson') diff --git a/ports/simdjson/portfile.cmake b/ports/simdjson/portfile.cmake index eb7f85c90..1f14e3090 100644 --- a/ports/simdjson/portfile.cmake +++ b/ports/simdjson/portfile.cmake @@ -1,9 +1,9 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO simdjson/simdjson - REF 33d926bd4448e2e087511f34e49461230691a503 # v0.9.7 + REF 3bd8b0b575f43403705dcce57d427944c11421f8 # v1.0.0 HEAD_REF master - SHA512 1c492ed4c19019abbe6743c8ad60f0a03f9171f5ece6a3b2ec6429eec610d3b0750eceba81cda11791fe6fd34881af1810ee18f1ba486f9147e188c955546cad + SHA512 61c5db9bdf331cc692d85f135fda29ad5db7ee23d9518153adfd44cf26d76dae834a3071bd6c9e9b2a99a27a2881899162ac146750f444e9829a6dbbe986f769 ) vcpkg_check_features( @@ -18,7 +18,7 @@ vcpkg_check_features( string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" SIMDJSON_BUILD_STATIC) vcpkg_cmake_configure( - SOURCE_PATH ${SOURCE_PATH} + SOURCE_PATH "${SOURCE_PATH}" OPTIONS -DSIMDJSON_JUST_LIBRARY=ON -DSIMDJSON_SANITIZE_UNDEFINED=OFF diff --git a/ports/simdjson/vcpkg.json b/ports/simdjson/vcpkg.json index 3f77cc510..010a5a734 100644 --- a/ports/simdjson/vcpkg.json +++ b/ports/simdjson/vcpkg.json @@ -1,6 +1,6 @@ { "name": "simdjson", - "version": "0.9.7", + "version-semver": "1.0.0", "description": "A extremely fast JSON library that can parse gigabytes of JSON per second", "homepage": "https://simdjson.org/", "license": "Apache-2.0", -- cgit v1.2.3