Package: ceres-solver / 2.1.0+really2.1.0+dfsg-1

Metadata

Package Version Patches format
ceres-solver 2.1.0+really2.1.0+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0002 Use Python 3 for make_docs.py.patch | (download)

examples/slam/pose_graph_2d/plot_results.py | 2 1 + 1 - 0 !
examples/slam/pose_graph_3d/plot_results.py | 2 1 + 1 - 0 !
scripts/make_docs.py | 3 1 + 2 - 0 !
3 files changed, 3 insertions(+), 4 deletions(-)

 use python 3 for make_docs.py
0003 Disable failing tests on i386.patch | (download)

internal/ceres/evaluation_callback_test.cc | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 disable failing tests on i386, arm64, ppc64el
0005_disable_mipsel_failing_tests.patch | (download)

internal/ceres/generated_bundle_adjustment_tests/CMakeLists.txt | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 disable tests, failing often on mipsel
  4 disabled tests are failing on mipsel with "child aborted".
  I had to disable them because eigen3 (BD) cannot migrate
  because of this failure.
  .
  Better would be to fix it or at least disable them on mipsel
  only, but it requires some more magic.
0005_disable_one_check.patch | (download)

internal/ceres/jet_test.cc | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 disable check failing on i386
fix_sphinx_detection.patch | (download)

cmake/FindSphinx.cmake | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 do not use pip to check sphinx rtd theme availability
fix_EXPECT_EQ_failing_tests.patch | (download)

internal/ceres/jet_test.cc | 4 2 + 2 - 0 !
internal/ceres/manifold_test.cc | 16 8 + 8 - 0 !
2 files changed, 10 insertions(+), 10 deletions(-)

 fix failing tests on i386 architecture.