Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
skip-unit-test-otf2psf.patch | Skip a failing unit test for function otf2psf We are skipping the failing test for now, in order to avoid FTBFS with version 1.5.0 of octave-pkg-dev (Bug#874125). The bug must be fixed in the future, though. |
Rafael Laboissiere <rafael@debian.org> | not-needed | upstream | 2019-01-02 | |
skip-unit-test-fftconv2.patch | Skip unit test for function fftconv2 The test is failing on the armel, amrhf, mips, and mipsel architectures. | Rafael Laboissiere <rafael@debian.org> | not-needed | 2020-02-08 | ||
skip-unit-test-imrode.patch | Skip unit test for function imerode | Rafael Laboissiere <rafael@debian.org> | not-needed | 2020-02-08 | ||
relax-unit-test-otf2psf-psf2otf.patch | Skip unit test for functions otf2psf and psf2otf | Rafael Laboissiere <rafael@debian.org> | not-needed | 2017-11-17 | ||
skip-unit-test-imadjust.patch | Ignore a test failure in imadjust The disabled test relies on random matrices, and fails randomly. See for example: https://buildd.debian.org/status/fetch.php?pkg=octave-image&arch=amd64&ver=2.6.2-7&stamp=1528902545&raw=0 |
Sébastien Villemot <sebastien@debian.org> | not-needed | 2018-06-13 | ||
xtest-in-normxcorr2.patch | Use xtest for a non-deterministic unit test in normxcorr2 | Rafael Laboissiere <rafael@debian.org> | yes | 2019-01-02 | ||
stretchlim-xtest.patch | Transform a unit test in stretchlim into xtest For some unknown reason, this unit test fails on the arm64, i386, ppc64el, and s390x architectures. |
Rafael Laboissiere <rafael@debian.org> | not-needed | 2019-10-05 | ||
typo-in-bwlabeln.patch | Fix typo in message of function bwlabeln | Rafael Laboissière <rafael@debian.org> | yes | 2020-07-31 | ||
cp2tform-xtest.patch | Transform on of the unit tests for cp2tform into xtest This is an attempt fo fix the build failures on ppc64el and s390x architectures. |
Rafael Laboissière <rafael@debian.org> | not-needed | 2020-08-10 | ||
build-against-octave-6.patch | Fix FTBFS against Octave 6.1 Check if FUN parameter isa "inline" because since Octave 6.0 that is what inline functions return for isa(). |
Rafael Laboissière <rafael@debian.org> | not-needed | debian | upstream, https://sourceforge.net/p/octave/image/ci/86b85f2c63983d61847ad8a9b5161fbb29336015/ | 2020-12-03 |
fix-bwdist-on-i386.patch | Fix quasi-euclidean method in bwdist on the i386 architecture This is done by replacing abs() by fabs() in function quasi_euclidean of file src/bwdist.cc. I have no idea why this is necessary on i368. At any rate, with this patch, the unit test involving 'bwdist (bw, "quasi-euclidean")' works on all architectures. |
Rafael Laboissière <rafael@debian.org> | yes | debian | 2020-12-04 | |
relax-unit-test-cp2tform.patch | Relax tolerance of a test in cp2tform Otheriwise this test sometimes fails: https://buildd.debian.org/status/fetch.php?pkg=octave-image&arch=s390x&ver=2.12.0-9&stamp=1607575664&raw=0 https://ci.debian.net/data/autopkgtest/testing/arm64/o/octave-image/8754399/log.gz |
Sébastien Villemot <sebastien@debian.org> | no | 2020-12-10 |