aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormyd7349 <myd7349@gmail.com>2019-08-07 01:29:17 +0800
committerCurtis J Bezault <curtbezault@gmail.com>2019-08-06 13:29:17 -0400
commit435043115a7178bf4656d0354ab48e5d7b6b6de2 (patch)
treeed52fbff71f3c16c274be1938028e70c8ee66848
parentd2d518922ed82daed90fddd0e6f3d24906448c03 (diff)
downloadvcpkg-435043115a7178bf4656d0354ab48e5d7b6b6de2.tar.gz
vcpkg-435043115a7178bf4656d0354ab48e5d7b6b6de2.zip
[simdjson] Update to 0.2.1 (#7546)
* [simdjson] Update to 0.2.0 * [simdjson] Update to 0.2.1 * [simdjson] arm, arm64, x86 are not supported
-rw-r--r--ports/simdjson/CONTROL3
-rw-r--r--ports/simdjson/portfile.cmake8
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/simdjson/CONTROL b/ports/simdjson/CONTROL
index 8c71eeee5..df8c5deba 100644
--- a/ports/simdjson/CONTROL
+++ b/ports/simdjson/CONTROL
@@ -1,3 +1,4 @@
Source: simdjson
-Version: 2019-03-09
+Version: 2019-08-05
Description: A extremely fast JSON library that can parse gigabytes of JSON per second
+Homepage: https://github.com/lemire/simdjson
diff --git a/ports/simdjson/portfile.cmake b/ports/simdjson/portfile.cmake
index f6b2f347a..a5eea7b68 100644
--- a/ports/simdjson/portfile.cmake
+++ b/ports/simdjson/portfile.cmake
@@ -10,8 +10,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO lemire/simdjson
- REF d2fa086198b77df44e7fa48b25200e118fa81eb0
- SHA512 fe92b65e44502381d286b6a7c949055d185e56e7c244a5ab3086b2fe7da76ce81a966daa2d8459794ff0a911b426b1c77e1fc9ef0d616e20868621b1bb30cf67
+ REF d9a0e2b8f441c20ad46276fdb8ce24f2aebdc07b
+ SHA512 05523c59b95485b93646370ac1ef9f80a72351a5bfe76797c5bbbf249bedd81b962dad19040a7eaac80744aaec18be9bec1120da44a9a1e4328e68b3d671bdaf
HEAD_REF master
)
@@ -22,6 +22,8 @@ vcpkg_configure_cmake(
PREFER_NINJA
OPTIONS
-DSIMDJSON_BUILD_STATIC=${SIMDJSON_BUILD_STATIC}
+ OPTIONS_DEBUG
+ -DSIMDJSON_SANITIZE=ON
)
vcpkg_install_cmake()
@@ -38,4 +40,4 @@ file(REMOVE_RECURSE
configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
# CMake integration test
-#vcpkg_test_cmake(PACKAGE_NAME ${PORT})
+vcpkg_test_cmake(PACKAGE_NAME ${PORT})