diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2020-12-16 09:07:33 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2020-12-16 10:19:36 +0200 |
commit | f2ed55fda6f520f60f92f2cf9becdc52616f4460 (patch) | |
tree | aaeb120fad986ca3abf3b703714e6b6c5adb1ab6 /subprojects | |
parent | 4da4b0744378d7eb07d51919b4110c00c3f75ae9 (diff) |
Add meson subproject wrap for pybind 2.6.0
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'subprojects')
-rw-r--r-- | subprojects/pybind11.wrap | 12 |
1 files changed, 12 insertions, 0 deletions
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 + |