From 1253ce630da0d19ca97dc24d9b2af44429a575f0 Mon Sep 17 00:00:00 2001 From: Niels Kristian Bech Jensen Date: Fri, 24 May 2013 13:11:49 +1000 Subject: update package hdf5 --- index.html | 2 +- src/hdf5-3-fix-autoconf-version.patch | 7 +++---- src/hdf5.mk | 4 ++-- 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 hdf5 - 1.8.10-patch1 + 1.8.11 HDF5 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 -- cgit v0.12