summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiels Kristian Bech Jensen <nkbj1970@hotmail.com>2013-05-24 03:11:49 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-05-24 03:11:49 (GMT)
commit1253ce630da0d19ca97dc24d9b2af44429a575f0 (patch)
treed0a9f73b5b50ed3548fe1c9fba843b69490ce08d
parent8b2511674b39020204fdc3adf21b12b76098d50b (diff)
downloadmxe-1253ce630da0d19ca97dc24d9b2af44429a575f0.zip
mxe-1253ce630da0d19ca97dc24d9b2af44429a575f0.tar.gz
mxe-1253ce630da0d19ca97dc24d9b2af44429a575f0.tar.bz2
update package hdf5
-rw-r--r--index.html2
-rw-r--r--src/hdf5-3-fix-autoconf-version.patch7
-rw-r--r--src/hdf5.mk4
3 files changed, 6 insertions, 7 deletions
diff --git a/index.html b/index.html
index 77c5cb6..66049ed 100644
--- a/index.html
+++ b/index.html
@@ -1344,7 +1344,7 @@ aptitude -t squeeze-backports install cmake yasm</pre>
</tr>
<tr>
<td id="hdf5-package">hdf5</td>
- <td id="hdf5-version">1.8.10-patch1</td>
+ <td id="hdf5-version">1.8.11</td>
<td id="hdf5-website"><a href="http://www.hdfgroup.org/products/hdf5/">HDF5</a></td>
</tr>
<tr>
diff --git a/src/hdf5-3-fix-autoconf-version.patch b/src/hdf5-3-fix-autoconf-version.patch
index 7579e04..9b062fd 100644
--- a/src/hdf5-3-fix-autoconf-version.patch
+++ b/src/hdf5-3-fix-autoconf-version.patch
@@ -1,13 +1,12 @@
This file is part of MXE.
See index.html for further information.
-diff --git a/configure.ac b/configure.ac
---- a/configure.ac 2012-12-11 00:17:32.377025807 -0300
-+++ b/configure.ac 2012-12-11 00:17:57.589024754 -0300
+--- a/configure.ac 2013-05-08 08:34:56.000000000 +0200
++++ b/configure.ac 2013-05-23 17:00:12.917415891 +0200
@@ -17,7 +17,7 @@
## Initialize configure.
##
- AC_REVISION($Id: configure.ac 23143 2013-01-08 03:47:01Z derobins $)
+ AC_REVISION($Id: configure.ac 23659 2013-04-30 21:50:05Z acheng $)
-AC_PREREQ([2.69])
+AC_PREREQ([2.67])
diff --git a/src/hdf5.mk b/src/hdf5.mk
index 049cb93..1741514 100644
--- a/src/hdf5.mk
+++ b/src/hdf5.mk
@@ -3,7 +3,7 @@
PKG := hdf5
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 458cb91496e313debd55d52a7f89459a5469cceb
+$(PKG)_CHECKSUM := 87ded0894b104cf23a4b965f4ac0a567f8612e5e
$(PKG)_SUBDIR := hdf5-$($(PKG)_VERSION)
$(PKG)_FILE := hdf5-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://www.hdfgroup.org/ftp/HDF5/current/src/$($(PKG)_FILE)
@@ -26,7 +26,7 @@ define $(PKG)_BUILD
--enable-cxx \
--disable-direct-vfd \
--prefix='$(PREFIX)/$(TARGET)' \
- CPPFLAGS="-DH5_HAVE_WIN32_API -DH5_HAVE_MINGW" \
+ CPPFLAGS="-DH5_HAVE_WIN32_API -DH5_HAVE_MINGW -DH5_BUILT_AS_STATIC_LIB" \
AR='$(TARGET)-ar'
$(MAKE) -C '$(1)'/src -j '$(JOBS)'
$(MAKE) -C '$(1)'/src -j 1 install