diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-02-05 13:14:28 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-02-05 18:30:31 -0800 |
| commit | 0055e92d523f45a4384e2a6f0eb18c9b199c58fe (patch) | |
| tree | bb64c98e1f78ae577f2ff66f8b5eefa41f4155da /meta-python/recipes-devtools/python/python3-nanobind_2.11.0.bb | |
| parent | 62e75eaab3ee563048169cf5d5b333a97ea5cf2b (diff) | |
| download | meta-openembedded-0055e92d523f45a4384e2a6f0eb18c9b199c58fe.tar.gz | |
python3-nanobind: upgrade 2.10.2 -> 2.11.0
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.11.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-nanobind_2.11.0.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-nanobind_2.11.0.bb b/meta-python/recipes-devtools/python/python3-nanobind_2.11.0.bb new file mode 100644 index 0000000000..92c4c913f1 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-nanobind_2.11.0.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | SUMMARY = "nanobind: tiny and efficient C++/Python bindings" | ||
| 2 | DESCRIPTION = "nanobind: tiny and efficient C++/Python bindings" | ||
| 3 | HOMEPAGE = "https://github.com/wjakob/nanobind" | ||
| 4 | LICENSE = "BSD-3-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7646f9ee25e49eaf53f89a10665c568c" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "6d98d063c61dbbd05a2d903e59be398bfcff9d59c54fbbc9d4488960485d40d0" | ||
| 8 | |||
| 9 | inherit pypi cmake python_setuptools_build_meta | ||
| 10 | |||
| 11 | EXTRA_OECMAKE += "-DNB_TEST=OFF" | ||
| 12 | |||
| 13 | DEPENDS += "\ | ||
| 14 | python3-cmake-native \ | ||
| 15 | python3-scikit-build-native \ | ||
| 16 | python3-scikit-build-core-native \ | ||
| 17 | ninja-native \ | ||
| 18 | " | ||
| 19 | |||
| 20 | do_install:append() { | ||
| 21 | install -d ${D}${libdir}/cmake/${PYPI_PACKAGE} | ||
| 22 | install -m 0644 ${S}/cmake/* ${D}${libdir}/cmake/${PYPI_PACKAGE}/ | ||
| 23 | } | ||
| 24 | |||
| 25 | FILES:${PN} += "${prefix_native}/* ${prefix_native}/${PN}/* ${base_libdir}/cmake/*" | ||
| 26 | |||
| 27 | BBCLASSEXTEND = "native nativesdk" | ||
