summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2020-12-16 09:07:33 +0200
committerTomi Valkeinen <tomi.valkeinen@ti.com>2020-12-16 10:19:36 +0200
commitf2ed55fda6f520f60f92f2cf9becdc52616f4460 (patch)
treeaaeb120fad986ca3abf3b703714e6b6c5adb1ab6
parent4da4b0744378d7eb07d51919b4110c00c3f75ae9 (diff)
Add meson subproject wrap for pybind 2.6.0
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
-rw-r--r--.gitignore2
-rw-r--r--subprojects/pybind11.wrap12
2 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0d16660..35f030e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,5 @@ build
py/__pycache__
*.pyc
meson.build.user
+subprojects/packagecache/
+subprojects/pybind11-*/
diff --git a/subprojects/pybind11.wrap b/subprojects/pybind11.wrap
new file mode 100644
index 0000000..38bc5f3
--- /dev/null
+++ b/subprojects/pybind11.wrap
@@ -0,0 +1,12 @@
+[wrap-file]
+directory = pybind11-2.6.0
+source_url = https://github.com/pybind/pybind11/archive/v2.6.0.zip
+source_filename = pybind11-2.6.0.zip
+source_hash = c2ed3fc84db08f40a36ce1d03331624ed6977497b35dfed36a1423396928559a
+patch_url = https://wrapdb.mesonbuild.com/v1/projects/pybind11/2.6.0/1/get_zip
+patch_filename = pybind11-2.6.0-1-wrap.zip
+patch_hash = dd52c46ccfdbca06b6967e89c9981408c6a3f4ed3d50c32b809f392b4ac5b0d2
+
+[provide]
+pybind11 = pybind11_dep
+