Package: ovito / 2.8.1+dfsg2-5

Metadata

Package Version Patches format
ovito 2.8.1+dfsg2-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Disable povray test.patch | (download)

tests/scripts/test_suite/povray_renderer.py | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 disable povray test


0002 Fixing issue 3 Test suite can fail when executed in .patch | (download)

tests/scripts/test_suite/avi_output.py | 17 10 + 7 - 0 !
tests/scripts/test_suite/dataset.py | 2 0 + 2 - 0 !
tests/scripts/test_suite/export_file.py | 34 17 + 17 - 0 !
tests/scripts/test_suite/export_file_text.py | 4 2 + 2 - 0 !
tests/scripts/test_suite/povray_exporter.py | 7 4 + 3 - 0 !
tests/scripts/test_suite/save_scene.py | 13 8 + 5 - 0 !
6 files changed, 41 insertions(+), 36 deletions(-)

 fixing issue #3: test suite can fail when executed in parallel.


0003 Fixing issue 4 Tests that depend on the CrystalAnaly.patch | (download)

doc/python/example_snippets/construct_surface_modifier.py | 3 3 + 0 - 0 !
doc/python/example_snippets/dislocation_analysis_modifier.py | 3 3 + 0 - 0 !
doc/python/example_snippets/surface_mesh.py | 3 3 + 0 - 0 !
src/plugins/CMakeLists.txt | 33 17 + 16 - 0 !
src/plugins/crystalanalysis/scripting/PythonInterface.cpp | 9 6 + 3 - 0 !
src/plugins/particles/scripting/PythonInterface.cpp | 3 2 + 1 - 0 !
src/plugins/pyscript/python/ovito/__init__.py | 1 1 + 0 - 0 !
tests/scripts/test_suite/construct_surface_modifier.py | 3 3 + 0 - 0 !
tests/scripts/test_suite/dislocation_analysis_modifier.py | 3 3 + 0 - 0 !
tests/scripts/test_suite/elastic_strain_calculation_modifier.py | 3 3 + 0 - 0 !
10 files changed, 44 insertions(+), 20 deletions(-)

 fixing issue #4: tests that depend on the crystalanalysis module
 fail when the module was disabled in the build.


0004 Use system pybind11.patch | (download)

src/plugins/pyscript/PyScript.h | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 use system pybind11


0005 Updated to latest pybind11 version. Also fixing issu.patch | (download)

src/plugins/pyscript/binding/AnimationBinding.cpp | 11 6 + 5 - 0 !
src/plugins/pyscript/binding/FileIOBinding.cpp | 5 3 + 2 - 0 !
src/plugins/pyscript/python/ovito/anim/__init__.py | 3 0 + 3 - 0 !
3 files changed, 9 insertions(+), 10 deletions(-)

 updated to latest pybind11 version. also fixing issue #5.


0006 Code change required by latest pybind11 version. Fix.patch | (download)

src/plugins/particles/resources/python/ovito/data/particles/__init__.py | 2 1 + 1 - 0 !
src/plugins/pyscript/binding/PythonBinding.h | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 code change required by latest pybind11 version. fixing issue #5.