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 filePatch | 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 ! |
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 ! |
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 ! |
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 ! |
disable check failing on i386 |
fix_sphinx_detection.patch | (download) |
cmake/FindSphinx.cmake |
2 1 + 1 - 0 ! |
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 ! |
fix failing tests on i386 architecture. |