Skip to content

Commit

Permalink
Merge pull request #886 from mariux64/update-hdf5-from-1.8.5-to-1.10.…
Browse files Browse the repository at this point in the history
…1-static

Update hdf5 from 1.8.5 to 1.10.1 static
  • Loading branch information
donald authored Aug 29, 2018
2 parents fbf9b1f + 50e31f2 commit 4e79b12
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 28 deletions.
28 changes: 0 additions & 28 deletions hdf5-1.8.5_patch1-0.bee

This file was deleted.

32 changes: 32 additions & 0 deletions hdf5.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
#!/bin/env beesh

# BEE_VERSION hdf5-1.10.1-1

SRCURL[0]="https://support.hdfgroup.org/ftp/HDF5/current/src/hdf5-${PKGVERSION}.tar.gz"

PATCHURL[0]=""

BEE_BUILDTYPE=autotools

# EXCLUDE=""

mee_patch() {
bee_patch
}

mee_configure() {
bee_configure --enable-shared=no
}

mee_build() {
bee_build
}

mee_install() {
bee_install
}

mee_install_post() {
# remove /usr/share/hdf5_examples
rm -vr ${D}/usr/share
}

0 comments on commit 4e79b12

Please sign in to comment.