From aad3b63a63374385081115b1a32b0825ccdbbe61 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Wed, 6 Feb 2008 22:13:53 +0000 Subject: [PATCH] - Add patch to fix strict-aliasing - Disable production mode to enable debuginfo --- hdf5-1.6.6-alias.patch | 42 ++++++++++++++++++++++++++++++++++++++++++ hdf5.spec | 14 +++++++++++--- 2 files changed, 53 insertions(+), 3 deletions(-) create mode 100644 hdf5-1.6.6-alias.patch diff --git a/hdf5-1.6.6-alias.patch b/hdf5-1.6.6-alias.patch new file mode 100644 index 0000000..cbb0e3a --- /dev/null +++ b/hdf5-1.6.6-alias.patch @@ -0,0 +1,42 @@ +--- hdf5-1.6.6/test/dtypes.c.alias 2007-08-16 10:12:05.000000000 -0600 ++++ hdf5-1.6.6/test/dtypes.c 2008-02-06 10:14:42.000000000 -0700 +@@ -5645,24 +5645,33 @@ + for (j=0; j 1.6.6-7 +- Add patch to fix strict-aliasing +- Disable production mode to enable debuginfo + * Tue Feb 5 2008 Orion Poplawski 1.6.6-6 - Add patch to fix calling free() in H5PropList.cpp