Package: cdo / 1.7.2+dfsg.1-2

Metadata

Package Version Patches format
cdo 1.7.2+dfsg.1-2 3.0 (quilt)

Patch series

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

libcdi/src/grid.c | 8 4 + 4 - 0 !
src/operator_help.h | 6 3 + 3 - 0 !
2 files changed, 7 insertions(+), 7 deletions(-)

 fix typos.
Last-Updated: 2015-07-20
ignore.patch | (download)

libcdi/src/config.h.in | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 cdo (1.5.5+dfsg.1-1) unstable; urgency=low
 .
   * New upstream release
   * Standards-Version: 3.9.3
   * Don't use MPI builds. PIO code not included yet.
deregister.patch | (download)

libcdi/src/cdilib.c | 22 11 + 11 - 0 !
libcdi/src/cgribexlib.c | 8 4 + 4 - 0 !
libcdi/src/cksum.c | 16 8 + 8 - 0 !
3 files changed, 23 insertions(+), 23 deletions(-)

 remove 'register' from c code. especially never try to get the
 address of a register. Breaks HPPA code at least, and compilers do this
 better in the 21st century.
Last-Updated: 2015-06-29
reproducible builds.patch | (download)

configure.ac | 24 12 + 12 - 0 !
libcdi/app/cdi.c | 4 2 + 2 - 0 !
libcdi/configure.ac | 26 14 + 12 - 0 !
libcdi/src/cdilib.c | 8 4 + 4 - 0 !
libcdi/src/extralib.c | 2 1 + 1 - 0 !
libcdi/src/file.c | 2 1 + 1 - 0 !
libcdi/src/ieglib.c | 2 1 + 1 - 0 !
libcdi/src/servicelib.c | 2 1 + 1 - 0 !
libcdi/src/version.c | 2 1 + 1 - 0 !
src/cdo.c | 2 1 + 1 - 0 !
10 files changed, 38 insertions(+), 36 deletions(-)

 make builds bit-reproducible in debian: remove timestamps
 and hostname, username
Last-Updated: 2015-10-20
ppc64el.patch | (download)

libcdi/src/cgribexlib.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---
libc 2.23 fixes.patch | (download)

src/EOFs.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix for isnan() conversion errors with libcc 2.23
hppa_gomp_bug.patch | (download)

src/remaplib.c | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 workaround for gcc ice 
 This bug is GCC PR middle-end/68733:
 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68733
 .
 The issue arises because structs larger than 64 bytes are passed by invisible reference and
 the callee is responsible for copying.
eccodes.patch | (download)

libcdi/m4/acx_options.m4 | 6 3 + 3 - 0 !
m4/acx_options.m4 | 6 3 + 3 - 0 !
2 files changed, 6 insertions(+), 6 deletions(-)

 build against eccodes lib, not libgrib_api
Last-Updated: 2016-11-30