public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/simdjson/files/
@ 2020-11-08 19:12 Patrick McLean
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick McLean @ 2020-11-08 19:12 UTC (permalink / raw
  To: gentoo-commits

commit:     7a5d6912fe4638dc6e3504c43e7952300064fbb3
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Nov  8 19:05:30 2020 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Sun Nov  8 19:12:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a5d6912

dev-libs/simdjson: remove unused patch(es)

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18192
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 .../files/simdjson-0.4.7-tests-compiler.patch      | 41 ----------------------
 1 file changed, 41 deletions(-)

diff --git a/dev-libs/simdjson/files/simdjson-0.4.7-tests-compiler.patch b/dev-libs/simdjson/files/simdjson-0.4.7-tests-compiler.patch
deleted file mode 100644
index b641373e1a3..00000000000
--- a/dev-libs/simdjson/files/simdjson-0.4.7-tests-compiler.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-diff --git a/examples/quickstart/Makefile b/examples/quickstart/Makefile
-index 4d3f227..90c2237 100644
---- a/examples/quickstart/Makefile
-+++ b/examples/quickstart/Makefile
-@@ -5,7 +5,7 @@ JSONEXAMPLES=$(ROOT)/jsonexamples
- test: quickstart twitter.json
- 	./quickstart
- quickstart: quickstart.cpp simdjson.cpp simdjson.h
--	c++ -o ./quickstart quickstart.cpp simdjson.cpp
-+	$(CXX) -o ./quickstart quickstart.cpp simdjson.cpp
- clean:
- 	rm -f simdjson.cpp simdjson.h twitter.json quickstart quickstart11 quickstart14
- simdjson.cpp: $(SINGLEHEADER)/simdjson.cpp
-@@ -17,16 +17,16 @@ twitter.json: $(JSONEXAMPLES)/twitter.json
- 
- quickstart11: $(ROOT)/src/**.h $(ROOT)/src/**.cpp $(ROOT)/include/**.h $(ROOT)/src/**.cpp
- 	rm -f simdjson.h simdjson.cpp
--	c++ -o ./quickstart11 quickstart.cpp $(ROOT)/src/simdjson.cpp -I$(ROOT)/src -I$(ROOT)/include -std=c++11
-+	$(CXX) -o ./quickstart11 quickstart.cpp $(ROOT)/src/simdjson.cpp -I$(ROOT)/src -I$(ROOT)/include -std=c++11
- test11: quickstart11 twitter.json
- 	./quickstart11
- quickstart14: $(ROOT)/src/**.h $(ROOT)/src/**.cpp $(ROOT)/include/**.h $(ROOT)/src/**.cpp
- 	rm -f simdjson.h simdjson.cpp
--	c++ -o ./quickstart14 quickstart.cpp $(ROOT)/src/simdjson.cpp -I$(ROOT)/src -I$(ROOT)/include -std=c++14
-+	$(CXX) -o ./quickstart14 quickstart.cpp $(ROOT)/src/simdjson.cpp -I$(ROOT)/src -I$(ROOT)/include -std=c++14
- test14: quickstart14 twitter.json
- 	./quickstart14
- quickstart17: $(ROOT)/src/**.h $(ROOT)/src/**.cpp $(ROOT)/include/**.h $(ROOT)/src/**.cpp
- 	rm -f simdjson.h simdjson.cpp
--	c++ -o ./quickstart17 quickstart.cpp $(ROOT)/src/simdjson.cpp -I$(ROOT)/src -I$(ROOT)/include -std=c++17
-+	$(CXX) -o ./quickstart17 quickstart.cpp $(ROOT)/src/simdjson.cpp -I$(ROOT)/src -I$(ROOT)/include -std=c++17
- test17: quickstart17 twitter.json
- 	./quickstart17
-diff --git a/singleheader/README.md b/singleheader/README.md
-index fd58a7a..e495ec9 100644
---- a/singleheader/README.md
-+++ b/singleheader/README.md
-@@ -1,2 +1,2 @@
- Try :
--c++ -O3 -std=c++17 -pthread -o amalgamate_demo amalgamate_demo.cpp  && ./amalgamate_demo ../jsonexamples/twitter.json ../jsonexamples/amazon_cellphones.ndjson
-+${CXX} -O3 -std=c++17 -pthread -o amalgamate_demo amalgamate_demo.cpp  && ./amalgamate_demo ../jsonexamples/twitter.json ../jsonexamples/amazon_cellphones.ndjson


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/simdjson/files/
@ 2023-07-08 18:08 Conrad Kostecki
  0 siblings, 0 replies; 2+ messages in thread
From: Conrad Kostecki @ 2023-07-08 18:08 UTC (permalink / raw
  To: gentoo-commits

commit:     8d9beff2aabf1b7811e8b3fe20d6d60bdf7160fe
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Jul  8 08:49:37 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jul  8 18:05:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d9beff2

dev-libs/simdjson: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31797
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-libs/simdjson/files/simdjson-1.0.0-tests.patch | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/dev-libs/simdjson/files/simdjson-1.0.0-tests.patch b/dev-libs/simdjson/files/simdjson-1.0.0-tests.patch
deleted file mode 100644
index cccbd4494667..000000000000
--- a/dev-libs/simdjson/files/simdjson-1.0.0-tests.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 235222a8..8532183a 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -221,9 +221,10 @@ add_subdirectory(singleheader)
- #
- # Compile tools / tests / benchmarks
- #
--add_subdirectory(tests)
-+if (SIMDJSON_TESTS)
-+  add_subdirectory(tests)
-+endif()
- add_subdirectory(examples)
--add_subdirectory(benchmark)
- add_subdirectory(fuzz)
- 
- #


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-08 18:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-08 19:12 [gentoo-commits] repo/gentoo:master commit in: dev-libs/simdjson/files/ Patrick McLean
  -- strict thread matches above, loose matches on Subject: below --
2023-07-08 18:08 Conrad Kostecki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox