update packages hdf4 and hdf5

This commit is contained in:
Tony Theodore 2013-02-14 22:22:16 +11:00
parent 7f80a86850
commit 74c61cb3f2
5 changed files with 5 additions and 13 deletions

View File

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

View File

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

View File

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

View File

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

View File

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