From e2def9cb30558c6e7a7f9a08080a88b8e7132c6d Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Wed, 22 Sep 2021 12:04:35 +0200 Subject: [PATCH] hdf5: fix SRCURL - fixed SRCURL --- hdf5.be0 | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/hdf5.be0 b/hdf5.be0 index 1a071c8ae..8d4179d0f 100755 --- a/hdf5.be0 +++ b/hdf5.be0 @@ -1,33 +1,34 @@ #!/bin/env beesh -# BEE_VERSION hdf5-1.10.5-0 +# BEE_VERSION hdf5-1.10.5-1 -SRCURL[0]="https://support.hdfgroup.org/ftp/HDF5/current/src/hdf5-${PKGVERSION}.tar.gz" +# SRCURL[0]="https://support.hdfgroup.org/ftp/HDF5/current/src/hdf5-${PKGVERSION}.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/e115eeb66e944fa7814482415dd21cc4/hdf5-1.10.5.tar.gz" -PATCHURL[0]="" +# PATCHURL[0]="" BEE_BUILDTYPE=autotools export CFLAGS='-fPIC' -# EXCLUDE="" - -mee_patch() { - bee_patch -} +#mee_patch() { +# bee_patch +#} mee_configure() { - bee_configure --enable-shared=no --disable-silent-rules \ + bee_configure \ + --enable-shared=no \ + --disable-silent-rules \ --enable-cxx } -mee_build() { - bee_build -} +#mee_build() { +# bee_build +#} -mee_install() { - bee_install -} +#mee_install() { +# bee_install +#} mee_install_post() { # remove /usr/share/hdf5_examples