summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNiels Kristian Bech Jensen <nkbj1970@hotmail.com>2013-11-19 02:10:26 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-11-19 02:10:26 (GMT)
commit239bc4f238f1c2b1f70d72406542aed96e4514cc (patch)
tree0ab61ee9665c26e59fc71d9146a41f1c11c8b30a /src
parent4d8c3943b9b6302e8cd8f1e490dbb66a1f0941ec (diff)
downloadmxe-239bc4f238f1c2b1f70d72406542aed96e4514cc.zip
mxe-239bc4f238f1c2b1f70d72406542aed96e4514cc.tar.gz
mxe-239bc4f238f1c2b1f70d72406542aed96e4514cc.tar.bz2
update package hdf5
Diffstat (limited to 'src')
-rw-r--r--src/hdf5-3-fix-autoconf-version.patch7
-rw-r--r--src/hdf5.mk4
2 files changed, 6 insertions, 5 deletions
diff --git a/src/hdf5-3-fix-autoconf-version.patch b/src/hdf5-3-fix-autoconf-version.patch
index 9b062fd..4d30ac7 100644
--- a/src/hdf5-3-fix-autoconf-version.patch
+++ b/src/hdf5-3-fix-autoconf-version.patch
@@ -1,12 +1,13 @@
This file is part of MXE.
See index.html for further information.
---- a/configure.ac 2013-05-08 08:34:56.000000000 +0200
-+++ b/configure.ac 2013-05-23 17:00:12.917415891 +0200
+diff -ur a/configure.ac b/configure.ac
+--- a/configure.ac 2013-11-04 23:52:05.000000000 +0100
++++ b/configure.ac 2013-11-13 17:25:28.945801661 +0100
@@ -17,7 +17,7 @@
## Initialize configure.
##
- AC_REVISION($Id: configure.ac 23659 2013-04-30 21:50:05Z acheng $)
+ AC_REVISION($Id: configure.ac 24276 2013-10-09 22:00:11Z epourmal $)
-AC_PREREQ([2.69])
+AC_PREREQ([2.67])
diff --git a/src/hdf5.mk b/src/hdf5.mk
index 2b9a5fa..3f859cf 100644
--- a/src/hdf5.mk
+++ b/src/hdf5.mk
@@ -3,8 +3,8 @@
PKG := hdf5
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 1.8.11
-$(PKG)_CHECKSUM := 87ded0894b104cf23a4b965f4ac0a567f8612e5e
+$(PKG)_VERSION := 1.8.12
+$(PKG)_CHECKSUM := 9b266ebde9287130fc07ce9f07f20cd0f753591b
$(PKG)_SUBDIR := hdf5-$($(PKG)_VERSION)
$(PKG)_FILE := hdf5-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://www.hdfgroup.org/ftp/HDF5/current/src/$($(PKG)_FILE)