From 96980012e8fc83ae8a86212ce1c4e67cda17e647 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 27 Dec 2018 17:25:25 +0100 Subject: [PATCH 1/3] hdf5: Update version from 1.10.1 to 1.10.4 We want to enable the C++ interface, but make an update by the way. --- hdf5.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hdf5.be0 b/hdf5.be0 index 88b490a8d..bc8a24d2c 100755 --- a/hdf5.be0 +++ b/hdf5.be0 @@ -1,6 +1,6 @@ #!/bin/env beesh -# BEE_VERSION hdf5-1.10.1-2 +# BEE_VERSION hdf5-1.10.4-0 SRCURL[0]="https://support.hdfgroup.org/ftp/HDF5/current/src/hdf5-${PKGVERSION}.tar.gz" From ae1c9d49d188ad0efbf61a88ec083eaec1484473 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 27 Dec 2018 18:00:54 +0100 Subject: [PATCH 2/3] hdf5: Enable C++ binding --- hdf5.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hdf5.be0 b/hdf5.be0 index bc8a24d2c..f34583fcb 100755 --- a/hdf5.be0 +++ b/hdf5.be0 @@ -17,7 +17,8 @@ mee_patch() { } mee_configure() { - bee_configure --enable-shared=no --disable-silent-rules + bee_configure --enable-shared=no --disable-silent-rules \ + --enable-cxx } mee_build() { From d7e4b5d64e7d50df256227172f7fbc41a556eb11 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Tue, 7 May 2019 13:31:16 +0200 Subject: [PATCH 3/3] hdf5: Update version from 1.10.4 to 1.10.5 --- hdf5.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hdf5.be0 b/hdf5.be0 index f34583fcb..1a071c8ae 100755 --- a/hdf5.be0 +++ b/hdf5.be0 @@ -1,6 +1,6 @@ #!/bin/env beesh -# BEE_VERSION hdf5-1.10.4-0 +# BEE_VERSION hdf5-1.10.5-0 SRCURL[0]="https://support.hdfgroup.org/ftp/HDF5/current/src/hdf5-${PKGVERSION}.tar.gz"