Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
xtest-fastmarching.patch | Transform statistical unit test in fatmarching.m into xtest | Rafael Laboissiere <rafael@debian.org> | yes | 2018-08-28 | ||
octave5.patch | Fix FTBFS against Octave 5 mkoctfile now passes -Werror=format-security, so we explicitly set the format string in calls to error(). |
Sébastien Villemot <sebastien@debian.org> | yes | 2019-10-07 | ||
xtest-ls-distance-fcn.patch | Avoid unit test failure for function ls_distance_fcn | Rafael Laboissière <rafael@debian.org> | not-needed | upstream | 2020-11-17 | |
bist-unload-parallel.patch | Ensure unload of the parallel package in BIST In some BISTs, the package parallel is unloaded, in order to ensure that the calls to functions like `fload' are unavailable. However, the parallel package is declared as a dependency of the level-set package. The test will then fail, but not in the expected way. For instance, the BIST in so_explore_descent.m is expected to fail with: . 'fload' is not available . but, without the current patch, it fails instead with: . pkg: the following loaded package(s): - level-set depend on the one(s) you want to unload. Either unload any depender package(s), or use the '-nodeps' flag. Note: the '-nodeps' flag may affect functionality of these packages. |
Rafael Laboissière <rafael@debian.org> | yes | 2020-12-13 | ||
skip-failings-bists.patch | Skip fialing BISTs in so_replay_descent and so_step_armijo | Rafael Laboissière <rafael@debian.org> | not-needed | 2020-12-30 |