From 01ca241babf453bb003ca6c6a3d6ac8d483d569e Mon Sep 17 00:00:00 2001 From: eschnett Date: Thu, 23 Sep 2010 23:37:06 +0000 Subject: Add patch for HDF5 library git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@19 fb53df36-e548-4a1e-8150-ab98cbd5e786 --- dist/dt_arith.diff | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dist/dt_arith.diff diff --git a/dist/dt_arith.diff b/dist/dt_arith.diff new file mode 100644 index 0000000..c3434dc --- /dev/null +++ b/dist/dt_arith.diff @@ -0,0 +1,13 @@ +diff -ru hdf5-1.8.5-patch1.orig/test/dt_arith.c hdf5-1.8.5-patch1/test/dt_arith.c +--- hdf5-1.8.5-patch1.orig/test/dt_arith.c 2010-08-26 09:21:40.000000000 -0500 ++++ hdf5-1.8.5-patch1/test/dt_arith.c 2010-09-18 16:08:11.000000000 -0500 +@@ -5177,8 +5177,8 @@ + static int + run_fp_int_conv(const char *name) + { +-#ifdef H5_FP_TO_INTEGER_OVERFLOW_WORKS + int nerrors = 0; ++#ifdef H5_FP_TO_INTEGER_OVERFLOW_WORKS + int test_values; + + #ifdef H5_VMS -- cgit v1.2.3