Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Python-3.13-removed-the-old-buffer-interface.patch | [PATCH] Python 3.13 removed the old buffer interface for details, see https://github.com/python/cpython/issues/85275 |
Antoine Martin <totaam@xpra.org> | no | 2024-08-17 | ||
import-sphinxconfig.patch | import sphinxconfig.py for offline usage the sphinx config was moved by upstream to https://raw.githubusercontent.com/inducer/sphinxconfig/main/sphinxconfig.py and is retrieved at build time . import it back into the package s.t. - the package can be built without requiring network access - the sphinx config can be patched |
not-needed | ||||
hardening.patch | Disable optimisation flags PyCUDA manages its own CXXFLAGS which enable optimisation and disable debug options. This patch disables setting of default optimisation levels as this might conflict with hardening and DEB_BUILD_OPTIONS. |
Tomasz Rybak <serpent@debian.org> | not-needed | 2019-12-10 | ||
python-versions.patch | Change option providing name of Python Boost library Package needs libboost-python and name of linked library depends on Python version. To build for all supported Python version we need to get used Python version and include it into name of linked library. |
Andreas Beckmann <anbe@debian.org> | not-needed | 2021-11-22 | ||
fix-setup.patch | Disable tests during setup Do not check for presence of shipped Boost and presence of configuration files during building of package. Clean compiled files and configuration. |
Tomasz Rybak <serpent@debian.org> | not-needed | 2019-12-10 | ||
docs.patch | use Debian packages for external documentation Do not fetch external Sphinx inventory but use one from Debian packages. . Documentation tries to download MathJax from the network. This might be a privacy breach and makes it hard to use documentation in offline mode. This patch forces Sphinx to use MathJax from (other) package. |
Tomasz Rybak <tomasz.rybak@post.pl> | not-needed | 2022-07-01 | ||
python3.patch | Run scripts under Python 3 Ensure that setup.py and configure.py uses Python 3 for running. | Tomasz Rybak <serpent@debian.org> | not-needed | 2019-11-06 |