commit: 145e6f1566fc96c0404ac7d0781980c64a858486 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Wed Nov 20 16:49:15 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Fri Nov 22 23:21:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=145e6f15
dev-libs/simdjson: remove unused patch Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> .../files/simdjson-1.0.0-dont-fetch-data-tarball.patch | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/dev-libs/simdjson/files/simdjson-1.0.0-dont-fetch-data-tarball.patch b/dev-libs/simdjson/files/simdjson-1.0.0-dont-fetch-data-tarball.patch deleted file mode 100644 index b3cd8558b2ff..000000000000 --- a/dev-libs/simdjson/files/simdjson-1.0.0-dont-fetch-data-tarball.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff --git a/dependencies/CMakeLists.txt b/dependencies/CMakeLists.txt -index 76651318..da5029c0 100644 ---- a/dependencies/CMakeLists.txt -+++ b/dependencies/CMakeLists.txt -@@ -19,8 +19,9 @@ if(SIMDJSON_GOOGLE_BENCHMARKS) - endif() - - # The bulk of our benchmarking and testing data has been moved simdjson/simdjson-data --import_dependency(simdjson-data simdjson/simdjson-data a5b13babe65c1bba7186b41b43d4cbdc20a5c470) --add_dependency(simdjson-data) -+if(SIMDJSON_TESTS) -+ add_subdirectory(simdjson-data dependencies/simdjson-data) -+endif() - - # This prevents variables declared with set() from unnecessarily escaping and - # should not be called more than once
