Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
hdf5: fix SRCURL
- fixed SRCURL
  • Loading branch information
wwwutz committed Sep 22, 2021
1 parent 3aa21b0 commit e2def9c
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions 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
Expand Down

0 comments on commit e2def9c

Please sign in to comment.