From f1634517e73f2faf342a366354c3e0f2edb45952 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 11 Jan 2025 06:41:28 +0000 Subject: gentoo auto-resync : 11:01:2025 - 06:41:28 --- dev-libs/simdjson/Manifest | 3 --- dev-libs/simdjson/files/simdjson-0.9.0-tests.patch | 12 ------------ .../files/simdjson-1.0.0-dont-bundle-cxxopts.patch | 20 -------------------- dev-libs/simdjson/files/simdjson-3.1.7-tests.patch | 21 --------------------- 4 files changed, 56 deletions(-) delete mode 100644 dev-libs/simdjson/files/simdjson-0.9.0-tests.patch delete mode 100644 dev-libs/simdjson/files/simdjson-1.0.0-dont-bundle-cxxopts.patch delete mode 100644 dev-libs/simdjson/files/simdjson-3.1.7-tests.patch (limited to 'dev-libs/simdjson') diff --git a/dev-libs/simdjson/Manifest b/dev-libs/simdjson/Manifest index ee0c4265d390..55ff3e3d4e32 100644 --- a/dev-libs/simdjson/Manifest +++ b/dev-libs/simdjson/Manifest @@ -1,7 +1,4 @@ -AUX simdjson-0.9.0-tests.patch 599 BLAKE2B ac05983a3e8b1396554a4c962352afa39fbb46c53aaba95dae6bacd8c0f9b270499be3df7b82464d6f29a872e0bf9253c3d1a47d3d62727adb166388e2944682 SHA512 6e0220083dd6fcc1426a3d0b8250e8249e83868963e55e7e31221e3df2e2469794d73a59e3068722d20fb5bfb33c9d49ba5c9aa18028c8afd8a8d0d066f29a11 -AUX simdjson-1.0.0-dont-bundle-cxxopts.patch 611 BLAKE2B 65671f33b25e9569de8a938801663178290f2627019936d82986bd94a57517edded5fa0e1183c96ca716b512bde2aae54f6cacd75415e054db74205e0eae9559 SHA512 12f9626b375eac67f7ee17ded553653cffcfdbced9abcb7ab15f51ef731477e707304cf1dc0d5e40c79fc3faeafe644f23e81cccba8b6f6408190b71dbf4eb97 AUX simdjson-1.0.0-install-tools.patch 933 BLAKE2B 1464f6eba0bc747dc24fc94ceebefdf52fbdd147293fce80a2d3612c0130a4c0a68bbc7dcad5ac1dbe2f1bbd4b6030ade7dd78717c80be74e497872fd66f0037 SHA512 ba399139793ac9b8be76eba69844d74c931c9edaa20adf42f21353bb242ec9d5e093c9cb26e36542b7b8cb12f75a5a8906992b6569c990af77af189318c67ba7 -AUX simdjson-3.1.7-tests.patch 562 BLAKE2B f246a10e4c8af534b41314a7dd8a213f598bcdd313a15b1b6697fd4ba9700696d4b581122306c55195e84eeb2dbfb7b577eea4d81093282783db5264b9a27af4 SHA512 4f95c52bf56d170edc08050f17d9eca85c10d25637e385f096caa2ee7d5c7c32cceba9688f98a1c83360880945955c4a7a5c38e3fb72e3a79e477951f341a2ad AUX simdjson-3.10.0-dont-bundle-cxxopts.patch 611 BLAKE2B ada786ac90539efe8eec01b41478081bff8275ac59524ed3576bbaa43870a7a91e450ac5e1b0de1e715c8572484651217109a97f34f030f19137548bf1c2d6fb SHA512 94f18e42fe0b4b457081da6cb25ff3662de6bef5314be7361a602630430567788b8d5c1695004814d6f33eae54b0bc0ca7e37daadc2c83472b09eedcac596196 AUX simdjson-3.10.1-tests.patch 1227 BLAKE2B 9fd805f3b2eaee72b319684be528702ce00709469684a4fd6fc7194e0a65ecdb5c425175c594e4ae2d7edacbcde93ad4a6173d1f4d7e7127a33a3f382b36fd92 SHA512 b12cfbcc2b163cf216862b341a16c940cac3f977bb37b23e65761f241d8266e6cf22695e9ec9fd1d2f5a3b936d17913262b2ed0d54f4b263b716464c8353d998 AUX simdjson-3.7.1-data-optional.patch 841 BLAKE2B f207b75c0c9d81f5d35ef9da4eeb39ca00e83a0e8bfcaab717f2c67be36f185fdb6655e1f09adbb5ad543d44776ccd019792800534559fc0c24a03f6d1b4643b SHA512 a6e8aab64822e92944f3710f10f36986ffc01008528f8058902ad6e77b841c3f37ddcf48f09cd164237494185ab122e20225be97a279448eb51f44c08f8b0933 diff --git a/dev-libs/simdjson/files/simdjson-0.9.0-tests.patch b/dev-libs/simdjson/files/simdjson-0.9.0-tests.patch deleted file mode 100644 index 49594ca291c0..000000000000 --- a/dev-libs/simdjson/files/simdjson-0.9.0-tests.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/tests/ondemand/compilation_failure_tests/CMakeLists.txt b/tests/ondemand/compilation_failure_tests/CMakeLists.txt -index 2d0959be..324edf80 100644 ---- a/tests/ondemand/compilation_failure_tests/CMakeLists.txt -+++ b/tests/ondemand/compilation_failure_tests/CMakeLists.txt -@@ -14,6 +14,7 @@ function(add_dual_compile_test TEST_NAME) - endfunction(add_dual_compile_test) - - -+target_compile_options(simdjson-internal-flags INTERFACE -Werror=uninitialized) - add_dual_compile_test(iterate_char_star) - add_dual_compile_test(iterate_string_view) - add_dual_compile_test(iterate_temporary_buffer) diff --git a/dev-libs/simdjson/files/simdjson-1.0.0-dont-bundle-cxxopts.patch b/dev-libs/simdjson/files/simdjson-1.0.0-dont-bundle-cxxopts.patch deleted file mode 100644 index f796677655d6..000000000000 --- a/dev-libs/simdjson/files/simdjson-1.0.0-dont-bundle-cxxopts.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff --git a/dependencies/CMakeLists.txt b/dependencies/CMakeLists.txt -index 76651318..2cc06e9e 100644 ---- a/dependencies/CMakeLists.txt -+++ b/dependencies/CMakeLists.txt -@@ -133,15 +133,3 @@ endfunction() - if(SIMDJSON_COMPETITION) - competition_scope_() - endif() -- --cmake_dependent_option(SIMDJSON_CXXOPTS "Download cxxopts (necessary for tools)" ON -- SIMDJSON_ALLOW_DOWNLOADS OFF) -- --if(SIMDJSON_CXXOPTS) -- set_off(CXXOPTS_BUILD_EXAMPLES) -- set_off(CXXOPTS_BUILD_TESTS) -- set_off(CXXOPTS_ENABLE_INSTALL) -- -- import_dependency(cxxopts jarro2783/cxxopts 794c975) -- add_dependency(cxxopts) --endif() diff --git a/dev-libs/simdjson/files/simdjson-3.1.7-tests.patch b/dev-libs/simdjson/files/simdjson-3.1.7-tests.patch deleted file mode 100644 index dd254be00a73..000000000000 --- a/dev-libs/simdjson/files/simdjson-3.1.7-tests.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index ba15fe93..6993bdd5 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -249,12 +249,11 @@ add_subdirectory(singleheader) - # - # Compile tools / tests / benchmarks - # --add_subdirectory(tests) --add_subdirectory(examples) --if(CMAKE_SIZEOF_VOID_P EQUAL 8) # we only include the benchmarks on 64-bit systems. -- add_subdirectory(benchmark) -+if (SIMDJSON_TESTS) -+ add_subdirectory(tests) -+ add_subdirectory(fuzz) - endif() --add_subdirectory(fuzz) -+add_subdirectory(examples) - - # - # Source files should be just ASCII -- cgit v1.2.3