You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: please don't use this ticket template (it is called "Please don't use"..).
The __init__.py file is most certainly needed. The nanobind CMake build system's install targets exist to facilitate building the PyPI packages through scikit-build-core, which is the official distribution mechanism. It is not designed to do what you are trying to do with it (which I think is to somehow make it compatible with the FreeBSD ports system). Generally, FreeBSD is not a supported platform, and custom changes needed to integrate them there should be shipped/patched via ports instead of trying to get them merged here.
The exchanges with you frustrate me because you don't seem to know this project all that well, and yet you regularly open haphazardly written tickets that waste time.
Please don't use.
Particularly, the
src
directory is installed right into$PREFIX
.I suggest that you should move it to
share/nanobind/src
.The files
__init__.py
and__init__.py
don't appear to be needed.$PREFIX/stubgen.py
should be moved to$PREFIX/share/nanobind/stubgen.py
.Otherwise all packagers would have problems with the nanobind C++ port.
The text was updated successfully, but these errors were encountered: