Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
None
-
6.2.4
-
None
-
Debian unstable
-
-
4cfa700d59 (pyside/pyside-setup/dev) 1249a264d8 (pyside/pyside-setup/6.3) 1249a264d8 (pyside/tqtc-pyside-setup/6.3) 4cfa700d59 (pyside/tqtc-pyside-setup/dev) 1249a264d8 (pyside/pyside-setup/wip/6.3_pypy) 1249a264d8 (pyside/tqtc-pyside-setup/wip/6.3_pypy)
Description
When compiling pyside with setup.py the libraries for libpyside and libshiboken are only installed in their .so.6.2.4 form, but the .so, .so.6, .so.6.2 versions are not (they are present in the build system).
They also set rpath, which might be good for creating wheels but not for distro packaging.
Ideally the user should be able to pass a parameter in order to get the headers installed into /usr/include and the libraries into /usr/lib/<whatever> (each whit it's own parameter), and avoid setting rpath.
This might be considered not necessary if the same can be done with CMake, but having the choice would be just great.