summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/hdf5/files/hdf5-1.8.4-scaleoffset.patch')
-rw-r--r--sci-libs/hdf5/files/hdf5-1.8.4-scaleoffset.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/sci-libs/hdf5/files/hdf5-1.8.4-scaleoffset.patch b/sci-libs/hdf5/files/hdf5-1.8.4-scaleoffset.patch
deleted file mode 100644
index be52280..0000000
--- a/sci-libs/hdf5/files/hdf5-1.8.4-scaleoffset.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- hdf5-1.8.4.orig/test/dsets.c 2009-11-10 22:11:59.000000000 +0100
-+++ hdf5-1.8.4/test/dsets.c 2009-12-03 13:13:42.239327244 +0100
-@@ -7402,10 +7402,14 @@
- nerrors += (test_nbit_compound_3(file) < 0 ? 1 : 0);
- nerrors += (test_scaleoffset_int(file) < 0 ? 1 : 0);
- nerrors += (test_scaleoffset_int_2(file) < 0 ? 1 : 0);
-+ /* These tests fail even if dsets is compiled with -O0,
-+ * which is recommended solution by HDFGROUP.
-+ * Problem exists at least since version 1.4.x and occurs
-+ * on different compilers and architectures.
- nerrors += (test_scaleoffset_float(file) < 0 ? 1 : 0);
- nerrors += (test_scaleoffset_float_2(file) < 0 ? 1 : 0);
- nerrors += (test_scaleoffset_double(file) < 0 ? 1 : 0);
-- nerrors += (test_scaleoffset_double_2(file) < 0 ? 1 : 0);
-+ nerrors += (test_scaleoffset_double_2(file) < 0 ? 1 : 0); */
- nerrors += (test_multiopen (file) < 0 ? 1 : 0);
- nerrors += (test_types(file) < 0 ? 1 : 0);
- nerrors += (test_userblock_offset(envval, my_fapl) < 0 ? 1 : 0);