| Summary: | nanobind: Переложить cmake файлы в правильный для них путь | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Anton Farygin <rider> |
| Component: | python3-module-nanobind | Assignee: | Yuri N. Sedunov <aris> |
| Status: | CLOSED NOTABUG | QA Contact: | qa-sisyphus |
| Severity: | normal | ||
| Priority: | P5 | CC: | aris |
| Version: | unstable | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
С nanobind это не работает. В качестве правильного примера использования nonobind для сборки можно посмотреть python3-module-soxr. |
Сейчас лежат тут: /usr/lib/python3/site-packages/nanobind/cmake А надо бы переложить в /usr/share/cmake Иначе вылезает ошибка: CMake Error at CMakeLists.txt:483 (find_package): By not providing "Findnanobind.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "nanobind", but CMake did not find one. Could not find a package configuration file provided by "nanobind" with any of the following names: nanobindConfig.cmake nanobind-config.cmake Add the installation prefix of "nanobind" to CMAKE_PREFIX_PATH or set "nanobind_DIR" to a directory containing one of the above files. If "nanobind" provides a separate development package or SDK, be sure it has been installed.