summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-nanobind_2.6.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-03-31 17:11:38 +0800
committerKhem Raj <raj.khem@gmail.com>2025-03-31 15:00:32 -0700
commit72ceec9df78f7450b1ce6121b5681f22e0cdd834 (patch)
tree74b733358cf94803ff98ecd19d90d0e176be4e71 /meta-python/recipes-devtools/python/python3-nanobind_2.6.1.bb
parent564c2970d882eec768fff41828ea55754848700a (diff)
downloadmeta-openembedded-72ceec9df78f7450b1ce6121b5681f22e0cdd834.tar.gz
python3-nanobind: upgrade 2.5.0 -> 2.6.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-nanobind_2.6.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-nanobind_2.6.1.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-nanobind_2.6.1.bb b/meta-python/recipes-devtools/python/python3-nanobind_2.6.1.bb
new file mode 100644
index 0000000000..a48c17c57c
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-nanobind_2.6.1.bb
@@ -0,0 +1,26 @@
1SUMMARY = "nanobind: tiny and efficient C++/Python bindings"
2DESCRIPTION = "nanobind: tiny and efficient C++/Python bindings"
3HOMEPAGE = "https://github.com/wjakob/nanobind"
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=7646f9ee25e49eaf53f89a10665c568c"
6
7SRC_URI[sha256sum] = "e05c6816a844aa699e46408add3bff8c743af9fd3d38eafa307a73633fddf94e"
8
9inherit pypi python_setuptools_build_meta cmake lib_package
10
11EXTRA_OECMAKE += "-DNB_TEST=OFF"
12
13DEPENDS += "\
14 python3-scikit-build-native \
15 python3-scikit-build-core-native \
16 ninja-native \
17"
18
19do_install:append() {
20 install -d ${D}${base_libdir}/cmake/${PN}
21 install -m 0644 ${S}/cmake/* ${D}${base_libdir}/cmake/${PN}/
22}
23
24FILES:${PN} += "${prefix_native}/* ${prefix_native}/${PN}/* ${base_libdir}/cmake/*"
25
26BBCLASSEXTEND = "native nativesdk"