From 4f3e66dfaa77c49dc2dc5222c347d2241ca1540a Mon Sep 17 00:00:00 2001 From: Adam Wulkiewicz Date: Fri, 29 Mar 2019 22:52:23 +0100 Subject: [PATCH] [meta] Add dummy dirs/files as workaround for sublibs checks in regression matrix. --- extensions/doc/dummy | 2 ++ extensions/index.html | 15 +++++++++++++++ extensions/meta/libraries.json | 25 +++++++++++++++++++++++++ index/doc/dummy | 2 ++ index/index.html | 15 +++++++++++++++ index/meta/libraries.json | 25 +++++++++++++++++++++++++ 6 files changed, 84 insertions(+) create mode 100644 extensions/doc/dummy create mode 100644 extensions/index.html create mode 100644 extensions/meta/libraries.json create mode 100644 index/doc/dummy create mode 100644 index/index.html create mode 100644 index/meta/libraries.json diff --git a/extensions/doc/dummy b/extensions/doc/dummy new file mode 100644 index 000000000..b98c67f9b --- /dev/null +++ b/extensions/doc/dummy @@ -0,0 +1,2 @@ +The purpose of this file is to have non-empty directory. + diff --git a/extensions/index.html b/extensions/index.html new file mode 100644 index 000000000..b06a93d0f --- /dev/null +++ b/extensions/index.html @@ -0,0 +1,15 @@ + + + + + + + Automatic redirection failed, click this + link  
+

Copyright © 2009-2019 Barend Gehrels, Bruno Lalande, Mateusz Loskot, Adam Wulkiewicz, Oracle and/or its affiliates

+

Distributed under the Boost Software License, Version 1.0. (See + accompanying file + LICENSE_1_0.txt or copy at + www.boost.org/LICENSE_1_0.txt)

+ + diff --git a/extensions/meta/libraries.json b/extensions/meta/libraries.json new file mode 100644 index 000000000..24d0f9d98 --- /dev/null +++ b/extensions/meta/libraries.json @@ -0,0 +1,25 @@ +[ + { + "key": "geometry/extensions", + "boost-version": "1.47.0", + "name": "Geometry Extensions", + "authors": [ + "Barend Gehrels", + "Bruno Lalande", + "Mateusz Loskot", + "Adam Wulkiewicz", + "Menelaos Karavelas" + ], + "maintainers": [ + "Barend Gehrels ", + "Bruno Lalande ", + "Mateusz Loskot ", + "Adam Wulkiewicz " + ], + "description": + "The Boost.Geometry library provides geometric algorithms, primitives and spatial index.", + "category": [ + "Algorithms", "Data", "Math" + ] + } +] diff --git a/index/doc/dummy b/index/doc/dummy new file mode 100644 index 000000000..b98c67f9b --- /dev/null +++ b/index/doc/dummy @@ -0,0 +1,2 @@ +The purpose of this file is to have non-empty directory. + diff --git a/index/index.html b/index/index.html new file mode 100644 index 000000000..b06a93d0f --- /dev/null +++ b/index/index.html @@ -0,0 +1,15 @@ + + + + + + + Automatic redirection failed, click this + link  
+

Copyright © 2009-2019 Barend Gehrels, Bruno Lalande, Mateusz Loskot, Adam Wulkiewicz, Oracle and/or its affiliates

+

Distributed under the Boost Software License, Version 1.0. (See + accompanying file + LICENSE_1_0.txt or copy at + www.boost.org/LICENSE_1_0.txt)

+ + diff --git a/index/meta/libraries.json b/index/meta/libraries.json new file mode 100644 index 000000000..4b0f24537 --- /dev/null +++ b/index/meta/libraries.json @@ -0,0 +1,25 @@ +[ + { + "key": "geometry/index", + "boost-version": "1.54.0", + "name": "Geometry Index", + "authors": [ + "Barend Gehrels", + "Bruno Lalande", + "Mateusz Loskot", + "Adam Wulkiewicz", + "Menelaos Karavelas" + ], + "maintainers": [ + "Barend Gehrels ", + "Bruno Lalande ", + "Mateusz Loskot ", + "Adam Wulkiewicz " + ], + "description": + "The Boost.Geometry library provides geometric algorithms, primitives and spatial index.", + "category": [ + "Algorithms", "Data", "Math" + ] + } +]