diff options
author | Tony Theodore <tonyt@logyst.com> | 2013-02-14 11:22:16 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2013-02-14 11:22:16 (GMT) |
commit | 74c61cb3f2e5d4e184a848abf71cc971350d1086 (patch) | |
tree | ffcd21d7918a042b7b5a118caaaa7a68a3f08344 | |
parent | 7f80a868508b4f2ad0fa276a9aa16d3c5fd80a6b (diff) | |
download | mxe-74c61cb3f2e5d4e184a848abf71cc971350d1086.zip mxe-74c61cb3f2e5d4e184a848abf71cc971350d1086.tar.gz mxe-74c61cb3f2e5d4e184a848abf71cc971350d1086.tar.bz2 |
update packages hdf4 and hdf5
-rw-r--r-- | index.html | 4 | ||||
-rw-r--r-- | src/hdf4-1-portability-fixes.patch | 8 | ||||
-rw-r--r-- | src/hdf4.mk | 2 | ||||
-rw-r--r-- | src/hdf5-3-fix-autoconf-version.patch | 2 | ||||
-rw-r--r-- | src/hdf5.mk | 2 |
5 files changed, 5 insertions, 13 deletions
@@ -1299,12 +1299,12 @@ aptitude -t squeeze-backports install cmake yasm</pre> </tr> <tr> <td id="hdf4-package">hdf4</td> - <td id="hdf4-version">4.2.8</td> + <td id="hdf4-version">4.2.9</td> <td id="hdf4-website"><a href="http://www.hdfgroup.org/products/hdf4/">HDF4</a></td> </tr> <tr> <td id="hdf5-package">hdf5</td> - <td id="hdf5-version">1.8.10</td> + <td id="hdf5-version">1.8.10-patch1</td> <td id="hdf5-website"><a href="http://www.hdfgroup.org/products/hdf5/">HDF5</a></td> </tr> <tr> diff --git a/src/hdf4-1-portability-fixes.patch b/src/hdf4-1-portability-fixes.patch index aab41a9..bef8c80 100644 --- a/src/hdf4-1-portability-fixes.patch +++ b/src/hdf4-1-portability-fixes.patch @@ -3,14 +3,6 @@ See index.html for further information. --- a/configure.ac 2012-12-02 11:01:36.252405122 +0100 +++ b/configure.ac 2012-12-02 11:00:05.580408916 +0100 -@@ -556,7 +556,6 @@ - dnl ====================================================================== - - dnl Always put the /usr/include/rpc directory first in the search list. --CPPFLAGS="-I/usr/include/rpc $CPPFLAGS" - - dnl ---------------------------------------------------------------------- - dnl We're trying to link against the rpc library when building on Cygwin, @@ -739,6 +739,7 @@ *-mac-*) BAR="mac" ;; *-apple*) BAR="apple" ;; diff --git a/src/hdf4.mk b/src/hdf4.mk index 9d1dd74..4b37b63 100644 --- a/src/hdf4.mk +++ b/src/hdf4.mk @@ -3,7 +3,7 @@ PKG := hdf4 $(PKG)_IGNORE := -$(PKG)_CHECKSUM := 9d4ab457ccb8e582c265ca3f5f2ec90614d89da4 +$(PKG)_CHECKSUM := c2251642e29c7acada37d5e599e68d270088e56d $(PKG)_SUBDIR := hdf-$($(PKG)_VERSION) $(PKG)_FILE := hdf-$($(PKG)_VERSION).tar.bz2 $(PKG)_URL := http://www.hdfgroup.org/ftp/HDF/HDF_Current/src/$($(PKG)_FILE) diff --git a/src/hdf5-3-fix-autoconf-version.patch b/src/hdf5-3-fix-autoconf-version.patch index c007526..7579e04 100644 --- a/src/hdf5-3-fix-autoconf-version.patch +++ b/src/hdf5-3-fix-autoconf-version.patch @@ -7,7 +7,7 @@ diff --git a/configure.ac b/configure.ac @@ -17,7 +17,7 @@ ## Initialize configure. ## - AC_REVISION($Id: configure.ac 22979 2012-10-27 00:14:40Z acheng $) + AC_REVISION($Id: configure.ac 23143 2013-01-08 03:47:01Z derobins $) -AC_PREREQ([2.69]) +AC_PREREQ([2.67]) diff --git a/src/hdf5.mk b/src/hdf5.mk index 8deab17..3769bd1 100644 --- a/src/hdf5.mk +++ b/src/hdf5.mk @@ -3,7 +3,7 @@ PKG := hdf5 $(PKG)_IGNORE := -$(PKG)_CHECKSUM := 867a91b75ee0bbd1f1b13aecd52e883be1507a2c +$(PKG)_CHECKSUM := 458cb91496e313debd55d52a7f89459a5469cceb $(PKG)_SUBDIR := hdf5-$($(PKG)_VERSION) $(PKG)_FILE := hdf5-$($(PKG)_VERSION).tar.bz2 $(PKG)_URL := http://www.hdfgroup.org/ftp/HDF5/current/src/$($(PKG)_FILE) |