Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/simdjson/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: simdjson
Version: 2020-05-26
Version: 0.4.2
Description: A extremely fast JSON library that can parse gigabytes of JSON per second
Homepage: https://github.com/lemire/simdjson
Supports: !x86
12 changes: 0 additions & 12 deletions ports/simdjson/no_benchmark.patch

This file was deleted.

9 changes: 4 additions & 5 deletions ports/simdjson/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ vcpkg_fail_port_install(ON_ARCH "x86")

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO lemire/simdjson
REF ac0c3093f4935fd266656abc9311a63fad98e99e
SHA512 69bc9ce45839d5e42aefcf5a96f82f3049b05591f4d463b788365123ba06c36f0f784ede02e5015bd96bf8d0e631ccaac285ed5a63048113f2ea01d91d51b395
REPO simdjson/simdjson
REF 8b661fe55687b59c4fffac871036a8b109067df0 # v0.4.2
SHA512 e05dd7f105a81c4686955b0bfbf8e4716a30fded63645ef101e62dc9dd57e38c23770061121ebc4bf0009de1aed852a4354788c44c6331de8c35b44587f8223d
HEAD_REF master
Comment thread
myd7349 marked this conversation as resolved.
PATCHES
no_benchmark.patch # `_pclose` is not available on UWP
)

string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" SIMDJSON_BUILD_STATIC)
Expand All @@ -20,6 +18,7 @@ vcpkg_configure_cmake(
OPTIONS
-DSIMDJSON_BUILD_STATIC=${SIMDJSON_BUILD_STATIC}
-DSIMDJSON_IMPLEMENTATION_ARM64=${SIMDJSON_IMPLEMENTATION_ARM64}
-DSIMDJSON_JUST_LIBRARY=ON
-DSIMDJSON_GOOGLE_BENCHMARKS=OFF
-DSIMDJSON_COMPETITION=OFF
-DSIMDJSON_SANITIZE=OFF # issue 10145, pr 11495
Expand Down
2 changes: 0 additions & 2 deletions scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1683,8 +1683,6 @@ shogun:x64-windows-static = skip
shogun:x86-windows = skip
signalrclient:x64-uwp=fail
signalrclient:arm-uwp=fail
simdjson:arm-uwp=fail
simdjson:x86-windows=fail
skia:arm64-windows=fail
skia:arm-uwp=fail
skia:x64-linux=fail
Expand Down