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
When building a pip (PyPI) package, do not set the libnvme.so
version to major.minor.patch (e.g. libnvme.so.3.0.0), but instead
just set it to the major (e.g. libnvme.so.3). pip/wheel do not care
about the full versioning, and since symbolic links cannot be
installed via pip (i.e. libnvme.so.3 -> libnvme.so.3.0.0), it's
better to just skip the major.minor.patch versioning for PyPI.
To support this we're introducing a new config flag "pypi" to let
meson know we're building for pip/PyPI.
Signed-off-by: Martin Belanger <[email protected]>
0 commit comments