diff --git a/src/hdf5-3-fix-autoconf-version.patch b/src/hdf5-3-fix-autoconf-version.patch index 4d30ac70..2208f8e2 100644 --- a/src/hdf5-3-fix-autoconf-version.patch +++ b/src/hdf5-3-fix-autoconf-version.patch @@ -7,7 +7,7 @@ diff -ur a/configure.ac b/configure.ac @@ -17,7 +17,7 @@ ## Initialize configure. ## - AC_REVISION($Id: configure.ac 24276 2013-10-09 22:00:11Z epourmal $) + AC_REVISION($Id: configure.ac 24404 2013-11-04 22:57:14Z epourmal $) -AC_PREREQ([2.69]) +AC_PREREQ([2.67]) diff --git a/src/hdf5.mk b/src/hdf5.mk index 3f859cf5..2d1199e7 100644 --- a/src/hdf5.mk +++ b/src/hdf5.mk @@ -4,7 +4,7 @@ PKG := hdf5 $(PKG)_IGNORE := $(PKG)_VERSION := 1.8.12 -$(PKG)_CHECKSUM := 9b266ebde9287130fc07ce9f07f20cd0f753591b +$(PKG)_CHECKSUM := 8414ca0e6ff7d08e423955960d641ec5f309a55f $(PKG)_SUBDIR := hdf5-$($(PKG)_VERSION) $(PKG)_FILE := hdf5-$($(PKG)_VERSION).tar.bz2 $(PKG)_URL := http://www.hdfgroup.org/ftp/HDF5/current/src/$($(PKG)_FILE)