Debian Patches
Status for xmds2/3.1.0+dfsg2-11
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
decrease-mpirun-slots.patch | Decrease the numberslots required in the unit tests calling mpirun Hopefully, this will fix the hanging problem in those tests. | Rafael Laboissière <rafael@debian.org> | not-needed | 2019-05-10 | ||
no-generation-timestamps.patch | Prevent inclusion of timestamps of the generation time This is recommended by the Debian's Reproducible Builds project: https://wiki.debian.org/ReproducibleBuilds/TimestampsInPythonCodeGeneratedByCheetah |
Rafael Laboissière <rafael@debian.org> | not-needed | 2019-01-16 | ||
deterministic-id.patch | Avoid randomness in Cheetah-generated IDs | Rafael Laboissière <rafael@debian.org> | not-needed | 2019-01-18 | ||
invalid-escape-sequences.patch | Fix invalid escape sequences (in doctring and regex strings) | Rafael Laboissière <rafael@debian.org> | yes | 2024-10-12 | ||
revision-number-as-deb-pkg.patch | Insert Debian package version in subversionRevisionString | Rafael Laboissiere <rafael@debian.org> | not-needed | 2019-05-10 | ||
no-parallel-waf-build.patch | Prevent parallel executions of jobs in Waf This is an attempt to make the build of xmds2 reproducible. By default, the Waf system uses -j2 for the amount of parallel jobs. This gives unpredictable orders of building from the *.tmpl files at each run, which has an impact in the randomly generated ID's in the capture sections. |
Rafael Laboissiere <rafael@debian.org> | not-needed | 2019-05-10 | ||
wscript-no-shebang-line.patch | Comment out the shebang line The wscript script is installed as a non executable file, so there is no need for keeping the shebang line. |
Rafael Laboissière <rafael@debian.org> | yes | 2020-03-29 | ||
pygments-style-lexer.patch | Use valid pygments style | Rafael Laboissière <rafael@debian.org> | yes | 2022-11-02 | ||
extra-alignment-tab.patch | Avoid extra alignment tab error in split environment | Rafael Laboissière <rafael@debian.org> | yes | 2022-11-02 | ||
numpy-asscalar.patch | Use numpy.ndarray.item instead of numpy.asscalar The method numpy.asscalar() is deprecated since version 1.16 of numpy and was removed in version 1.23. |
Rafael Laboissière <rafael@debian.org> | yes | debian | 2022-12-18 | |
vanilla-cblas.patch | Link against libblas.so instead of libcblas.so This allows the use of libopenblas-dev or libblis-dev instead of libatlas-base-dev. . This is a patch specific to Debian. |
Rafael Laboissière <rafael@debian.org> | not-needed | 2023-07-12 | ||
do-not-use-imp-module.patch | Do not use the deprecated imp module The imp module is deprecated in Python 3.11 and has been removed from Python 3.12. the call to imp.new_module has been replaced by types.ModuleType, which seems to have the same effect. . This patch works for both versions 3.11 and 3.12 of Python. |
Rafael Laboissière <rafael@debian.org> | yes | 2024-01-30 | ||
use-importlib-resources-module.patch | Use importlib.resources module instead of pkg_resources Use of pkg_resources is deprecated in favor of importlib.resources, which is available in Python since version 3.9. |
Rafael Laboissière <rafael@debian.org> | yes | debian | 2024-10-12 | |
drop-useless-imports.patch | Drop useless imports This patch drops the importation of modules shlex and pipes in file xpdeint/waf/waflib/extras/clang_compilation_database.py. . Incidentally, this patch fixes Bug#1084592, since the deprecated pipes module is not imported anymore. |
Rafael Laboissière <rafael@debian.org> | yes | debian | 2024-10-12 | |
replace-deprecated-distutils.patch | Do not use the deprecated distutils module distutils.sysconfig.get_config_var ⇒ sysconfig.get_config_var distutils.sysconfig.get_python_lib ⇒ sysconfig.get_path distutils.version.LooseVersion ⇒ packaging.version.Version |
Rafael Laboissière <rafael@debian.org> | yes | 2025-09-25 | ||
auto-gitignore | Update .gitignore from Debian packaging branch The Debian packaging git branch contains these updates to the upstream .gitignore file(s). This patch is autogenerated, to provide these updates to users of the official Debian archive view of the package. [dgit (13.15) update-gitignore] |
no |
All known versions for source package 'xmds2'
- 3.1.0+dfsg2-11 (sid)
- 3.1.0+dfsg2-10 (trixie, forky)
- 3.1.0+dfsg2-3 (bookworm)