Package: cpl-plugin-vimos / 4.1.7+dfsg-2

Metadata

Package Version Patches format
cpl-plugin-vimos 4.1.7+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Set the plugin directory so that esorex and python cpl ca.patch | (download)

acinclude.m4 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 set the plugin directory so that esorex and python-cpl can find it.


Make the pil library private since it should only be used.patch | (download)

acinclude.m4 | 2 1 + 1 - 0 !
libpil/acinclude.m4 | 5 5 + 0 - 0 !
2 files changed, 6 insertions(+), 1 deletion(-)

 make the "pil" library private since it should only be used by this
 pipeline.


Increase tolerance to fix FTBS on mips mipsel64 and ia64.patch | (download)

irplib/tests/irplib_polynomial-test.c | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 increase tolerance to fix ftbs on mips, mipsel64, and ia64


Force serial tests to get better verbose output.patch | (download)

irplib/tests/Makefile.am | 2 1 + 1 - 0 !
libpil/tests/Makefile.am | 2 1 + 1 - 0 !
regtests/tests/Makefile.am | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 force serial-tests to get better verbose output


Define XOPEN to explicitely declare tempnam.patch | (download)

vimos/Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 define xopen to explicitly declare tempnam()

Otherwise, tempnam gets the default "int" return value which will cause
an implicit pointer conversion that may fail since sizeof(int) != sizeof(void *).

Increase tolerance in hdrl_fpn_tests.patch | (download)

mosca/hdrl/tests/hdrl_fpn-test.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 increase tolerance in hdrl_fpn_tests


Disable hdrl_mode_bootstrap_results test.patch | (download)

mosca/hdrl/tests/hdrl_fpn-test.c | 2 1 + 1 - 0 !
mosca/hdrl/tests/hdrl_mode-test.c | 3 1 + 2 - 0 !
2 files changed, 2 insertions(+), 3 deletions(-)

 disable hdrl_mode_bootstrap_results test

This test fails for unknown reasons on some platforms. However, we
use the library only as part of the recipes, and as long as they succeed,
we can accept a failure here.