Package: wcslib / 4.24-1

Metadata

Package Version Patches format
wcslib 4.24-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
increase_tspx_test_tol.patch | (download)

Fortran/test/tspx.f | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 increase the tolerance in the tspx test. tspx tests the spectral 
 transformation routines for closure. On some systems (armel, armhf), this test shows a slightly increased
 residual, which is however still acceptable.

disable_Ftspx_test.patch | (download)

GNUmakefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable the fortran tspx test. tspx tests the spectral 
 transformation routines for closure. On some systems (sparc, s390), this 
 test fails completely for unknown reasons in the Fortran variant, but the C
 variant succeeds. The reason here is still unknown. Since wcslib is going
 to be used from C mainly, and after a discussion with upstream, this test
 failure is will not cause an error.

fortify.patch | (download)

C/GNUmakefile | 2 1 + 1 - 0 !
Fortran/GNUmakefile | 4 2 + 2 - 0 !
makedefs.in | 2 1 + 1 - 0 !
3 files changed, 4 insertions(+), 4 deletions(-)

 debian wants to add --d_fortify_source=2 to cppflags. this
 patch propagates that to the build process.