Package: esys-particle / 2.3.5+dfsg2-6
Metadata
Package | Version | Patches format |
---|---|---|
esys-particle | 2.3.5+dfsg2-6 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
mpi.patch | (download) |
tml/type/gettype.hpp |
36 18 + 18 - 0 ! |
mpi |
01_remove_obsolete_dir.patch | (download) |
Makefile.am |
2 1 + 1 - 0 ! |
remove libltdl from makefile.am |
02_remove_bzr_version.patch | (download) |
Parallel/CheckPointInfo.cpp |
7 2 + 5 - 0 ! |
remove bzr version from release |
03_ax boost.patch | (download) |
Foundation/Makefile.am |
6 3 + 3 - 0 ! |
use ax_boost_* macros |
05_fix_epydoc_timestamp.patch | (download) |
Python/Makefile.am |
2 1 + 1 - 0 ! |
prevent epydoc from putting timestamp in doc. Fix toward reproducible built. |
06_fix_FTBFS_gcc6.patch | (download) |
Tools/dump2vtk/frame_vtk.cpp |
2 1 + 1 - 0 ! |
fix ftbfs with gcc-6. |
07_fix_FTBFS_perl5.26.patch | (download) |
Doc/Notes/makeglos.pl |
4 2 + 2 - 0 ! |
fix "unescaped left brace in regex is illegal" error in perl helper scripts |
09_fix_tk9.patch | (download) |
configure.ac |
4 2 + 2 - 0 ! |
fix build against vtk9 |
support python 3.10.patch | (download) |
Config/python.m4 |
4 2 + 2 - 0 ! |
adapt python.m4 to detect new python3.10 and 3.11 |
python 3.10 pyinitialize.patch | (download) |
Python/MpiPython/MpiPythonMain.cpp |
1 0 + 1 - 0 ! |
don't call py_initialize before py_main This is unsupported, and breaks sys.path on Python 3.10. Since https://github.com/python/cpython/commit/af1d64d9f7a7cf673279725fdbaf4adcca51d41f See: https://bugs.python.org/issue36204 See: https://bugs.python.org/issue34008 Bug-Debian: https://bugs.debian.org/1009240 |
15_fix_FTBFS_htmladdnormallink.patch | (download) |
Doc/Tutorial/bodytext.tex |
22 11 + 11 - 0 ! |
replace calls to \htmladdnormallink with \href and swap arguments. \htmladdnormallink is no longer supported in TexLive 2022 so replace with \href and swap the input arguments around. Bug-Debian: https://bugs.debian.org/1013616 |