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 file
Patch File delta Description
mpi.patch | (download)

tml/type/gettype.hpp | 36 18 + 18 - 0 !
1 file changed, 18 insertions(+), 18 deletions(-)

 mpi

01_remove_obsolete_dir.patch | (download)

Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 remove libltdl from makefile.am
02_remove_bzr_version.patch | (download)

Parallel/CheckPointInfo.cpp | 7 2 + 5 - 0 !
1 file changed, 2 insertions(+), 5 deletions(-)

 remove bzr version from release
03_ax boost.patch | (download)

Foundation/Makefile.am | 6 3 + 3 - 0 !
Python/BoostPythonUtil/Makefile.am | 2 1 + 1 - 0 !
Python/MpiPython/Makefile.am | 2 1 + 1 - 0 !
Python/esys/lsm/util/Makefile.am | 4 2 + 2 - 0 !
Tools/StressCalculator/Makefile.am | 2 1 + 1 - 0 !
Tools/dump2vtk/Makefile.am | 2 1 + 1 - 0 !
configure.ac | 12 6 + 6 - 0 !
7 files changed, 15 insertions(+), 15 deletions(-)

 use ax_boost_* macros
05_fix_epydoc_timestamp.patch | (download)

Python/Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix ftbfs with gcc-6.
07_fix_FTBFS_perl5.26.patch | (download)

Doc/Notes/makeglos.pl | 4 2 + 2 - 0 !
Doc/Tutorial/makeglos.pl | 4 2 + 2 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 fix "unescaped left brace in regex is illegal" error in perl helper scripts
09_fix_tk9.patch | (download)

configure.ac | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix build against vtk9
support python 3.10.patch | (download)

Config/python.m4 | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 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 !
1 file changed, 1 deletion(-)

 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 !
Doc/Tutorial/paper.tex | 3 1 + 2 - 0 !
Doc/Tutorial/tables/interaction_groups.tex | 69 23 + 46 - 0 !
3 files changed, 35 insertions(+), 59 deletions(-)

 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