Package: wcslib / 7.7+ds-1~bpo11+1
Metadata
Package | Version | Patches format |
---|---|---|
wcslib | 7.7+ds-1~bpo11+1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
Use dynamic linking for wcslib tools instead of static.patch | (download) |
C/GNUmakefile |
4 3 + 1 - 0 ! |
use dynamic linking for wcslib-tools instead of static |
Correct linker flags for pgsbox.patch | (download) |
C/GNUmakefile |
6 3 + 3 - 0 ! |
correct linker flags for pgsbox |
Increase the tolerance in the TSPX test.patch | (download) |
Fortran/test/tspx.f |
2 1 + 1 - 0 ! |
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 the Fortran TSPX test.patch | (download) |
GNUmakefile |
2 1 + 1 - 0 ! |
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. |
Use dummy graphics for testing.patch | (download) |
C/test/tcel1.c |
2 1 + 1 - 0 ! |
use dummy graphics for testing. The tests run unattended anyway, so there is no use of a visible graphics. |
Add LDFLAGS to the generation of doxextr.patch | (download) |
doxygen/GNUmakefile |
2 1 + 1 - 0 ! |
add ldflags to the generation of doxextr |
Don t fail on argument mismatch when compiling F77 tests.patch | (download) |
Fortran/GNUmakefile |
8 4 + 4 - 0 ! |
don't fail on argument mismatch when compiling f77 tests This is a short-term fix until upstream fixed this in the sources. Closes: #957925 |