Package: pycuda / 2018.1.1-3
Metadata
Package | Version | Patches format |
---|---|---|
pycuda | 2018.1.1-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
hardening.patch | (download) |
aksetup_helper.py |
2 1 1 - 0 ! |
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. |
python versions.patch | (download) |
setup.py |
1 1 0 - 0 ! |
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. |
fix setup.patch | (download) |
Makefile.in |
2 2 0 - 0 ! |
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. |
mathjax.patch | (download) |
doc/source/conf.py |
2 2 0 - 0 ! |
use debian mathjax package for documentation 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. |
reproducible documentation.patch | (download) |
doc/source/conf.py |
18 11 7 - 0 ! |
ensure reproducible documentation Do not fetch external Sphinx inverntory but use one from Debian packages. Use OrderedDict to ensure the same order of added external links. |