Debian Patches
Status for xmds2/3.1.0+dfsg3-1
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| revision-number-as-deb-pkg.patch | Insert Debian package version in subversionRevisionString | Rafael Laboissiere <rafael@debian.org> | not-needed | 2019-05-10 | ||
| 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 | ||
| 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 | |
| invalid-escape-sequences.patch | Fix invalid escape sequences (in doctring and regex strings) | Rafael Laboissière <rafael@debian.org> | yes | 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 | ||
| wscript-hdf5-cmake-support.patch | fix the weird way wscript has to find out the HDF5 libpath It should relies on the standard -L link flag instead of the broken way the autotools generated h5cc tool handles static linking. . BTW this fix adds support for the cmake built HDF5 1.14.6 currently in experimental. =================================================================== |
Gilles Filippini <pini@debian.org> | yes | debian | 2025-01-09 | |
| wscript-hdf5-mpi-support.patch | When building for the MPI variant of HDF5 the helper should be 'h5pcc' ('p' for 'parallel') instead of 'h5cc' which relates to the serial variant. =================================================================== |
Gilles Filippini <pini@debian.org> | yes | debian | 2025-01-09 | |
| hdf5-2.1.0.patch | Adapt the waf toolchain to build against HDF5 2.1.0 =================================================================== |
Gilles Filippini <pini@debian.org> | yes | debian | 2026-07-05 |
All known versions for source package 'xmds2'
- 3.1.0+dfsg3-1 (experimental)
- 3.1.0+dfsg2-13 (sid)
- 3.1.0+dfsg2-10 (trixie)
- 3.1.0+dfsg2-3 (bookworm)
