diff options
| -rw-r--r-- | ports/simdjson/portfile.cmake | 9 | ||||
| -rw-r--r-- | ports/simdjson/vcpkg.json | 1 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/s-/simdjson.json | 5 |
4 files changed, 15 insertions, 2 deletions
diff --git a/ports/simdjson/portfile.cmake b/ports/simdjson/portfile.cmake index 7c8677759..e3e701690 100644 --- a/ports/simdjson/portfile.cmake +++ b/ports/simdjson/portfile.cmake @@ -26,6 +26,13 @@ vcpkg_copy_pdbs() vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/${PORT})
+if(VCPKG_LIBRARY_LINKAGE STREQUAL "dynamic")
+ vcpkg_replace_string(${CURRENT_PACKAGES_DIR}/include/simdjson.h
+ "#if SIMDJSON_USING_LIBRARY"
+ "#if 1"
+ )
+endif()
+
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)
+file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
\ No newline at end of file diff --git a/ports/simdjson/vcpkg.json b/ports/simdjson/vcpkg.json index 4a8e88783..0eb3ed90d 100644 --- a/ports/simdjson/vcpkg.json +++ b/ports/simdjson/vcpkg.json @@ -1,6 +1,7 @@ { "name": "simdjson", "version": "0.9.2", + "port-version": 1, "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 c3c0fe64f..62f1cd41c 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5630,7 +5630,7 @@ }, "simdjson": { "baseline": "0.9.2", - "port-version": 0 + "port-version": 1 }, "simple-fft": { "baseline": "2020-06-14", diff --git a/versions/s-/simdjson.json b/versions/s-/simdjson.json index a0f70563a..4de86b07f 100644 --- a/versions/s-/simdjson.json +++ b/versions/s-/simdjson.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "c9528b67438ec071c4108f925f3976b937f91469", + "version": "0.9.2", + "port-version": 1 + }, + { "git-tree": "821a523f19a2de0c686d119e17599f95fcd44ad1", "version": "0.9.2", "port-version": 0 |
