changeset 3922:5159c01c3c26

hdf5: update to v1.8.14 * src/hdf5.mk: update version, checksum * src/mingw-hdf5-1.patch: update patch
author John Donoghue <john.donoghue@ieee.org>
date Wed, 29 Apr 2015 06:42:15 -0400
parents 030d655597fa
children 160c1a23560c
files src/hdf5.mk src/mingw-hdf5-1.patch
diffstat 2 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/hdf5.mk	Tue Apr 28 19:55:12 2015 -0400
+++ b/src/hdf5.mk	Wed Apr 29 06:42:15 2015 -0400
@@ -3,8 +3,8 @@
 
 PKG             := hdf5
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 1.8.10
-$(PKG)_CHECKSUM := 867a91b75ee0bbd1f1b13aecd52e883be1507a2c
+$(PKG)_VERSION  := 1.8.14
+$(PKG)_CHECKSUM := 3c48bcb0d5fb21a3aa425ed035c08d8da3d5483a
 $(PKG)_SUBDIR   := $(PKG)-$($(PKG)_VERSION)
 $(PKG)_FILE     := $(PKG)-$($(PKG)_VERSION).tar.bz2
 $(PKG)_URL      := http://www.hdfgroup.org/ftp/HDF5/releases/$(PKG)-$($(PKG)_VERSION)/src/$($(PKG)_FILE)
--- a/src/mingw-hdf5-1.patch	Tue Apr 28 19:55:12 2015 -0400
+++ b/src/mingw-hdf5-1.patch	Wed Apr 29 06:42:15 2015 -0400
@@ -2028,7 +2028,7 @@
 diff -rNu a/src/Makefile.am b/src/Makefile.am
 --- a/src/Makefile.am	2012-10-11 13:30:56.000000000 -0400
 +++ b/src/Makefile.am	2014-09-01 11:57:11.711319644 -0400
-@@ -22,18 +22,11 @@
+@@ -22,17 +22,12 @@
  include $(top_srcdir)/config/lt_vers.am
  
  
@@ -2037,8 +2037,7 @@
 -# a long time to compile it with any optimization on.  H5detect is used
 -# to generate H5Tinit.c once. So, optimization is not critical.
 -noinst_PROGRAMS = H5detect H5make_libsettings
--H5detect_CFLAGS = -g $(AM_CFLAGS)
--
+
  # Our main target, the HDF5 library
  lib_LTLIBRARIES=libhdf5.la