update package hdf5

This commit is contained in:
Niels Kristian Bech Jensen 2013-05-24 13:11:49 +10:00 committed by Tony Theodore
parent 8b2511674b
commit 1253ce630d
3 changed files with 6 additions and 7 deletions

View File

@ -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>

View File

@ -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])

View File

@ -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