diff options
| author | myd7349 <myd7349@gmail.com> | 2021-09-08 23:02:07 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-08 08:02:07 -0700 |
| commit | e239a6fa6e701602729dfec6836ffa41ff06ee86 (patch) | |
| tree | b0ec965e91ce80c0117b447c9f0b221fafc2c3b2 | |
| parent | 6ea34201f3bad8aa7bc68ef381e236df787b5074 (diff) | |
| download | vcpkg-e239a6fa6e701602729dfec6836ffa41ff06ee86.tar.gz vcpkg-e239a6fa6e701602729dfec6836ffa41ff06ee86.zip | |
[simdjson] Update to v1.0.0 (#20052)
* [simdjson] Update to 1.0.0
* [simdjson] Bump version
| -rw-r--r-- | ports/simdjson/portfile.cmake | 6 | ||||
| -rw-r--r-- | ports/simdjson/vcpkg.json | 2 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/s-/simdjson.json | 5 |
4 files changed, 10 insertions, 5 deletions
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", diff --git a/versions/baseline.json b/versions/baseline.json index a30150f0c..4e6b6ec49 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5937,7 +5937,7 @@ "port-version": 0 }, "simdjson": { - "baseline": "0.9.7", + "baseline": "1.0.0", "port-version": 0 }, "simdutf": { diff --git a/versions/s-/simdjson.json b/versions/s-/simdjson.json index e3fb5db0a..3052efe23 100644 --- a/versions/s-/simdjson.json +++ b/versions/s-/simdjson.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "80800c0596226b9d3a818cf8ddf903b2e66e279c", + "version-semver": "1.0.0", + "port-version": 0 + }, + { "git-tree": "9f3cbe33b4ec739d22f7549f1b73846067f78d84", "version": "0.9.7", "port-version": 0 |
