From f2ed55fda6f520f60f92f2cf9becdc52616f4460 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Wed, 16 Dec 2020 09:07:33 +0200 Subject: Add meson subproject wrap for pybind 2.6.0 Signed-off-by: Tomi Valkeinen --- .gitignore | 2 ++ subprojects/pybind11.wrap | 12 ++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 subprojects/pybind11.wrap 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 + -- cgit v1.2.3