Skip to content

Commit

Permalink
Merge pull request #1097 from mariux64/update-hdf5
Browse files Browse the repository at this point in the history
Update hdf5
  • Loading branch information
pmenzel authored May 7, 2019
2 parents fcfff76 + d7e4b5d commit a014783
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hdf5.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/env beesh

# BEE_VERSION hdf5-1.10.1-2
# BEE_VERSION hdf5-1.10.5-0

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

Expand All @@ -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() {
Expand Down

0 comments on commit a014783

Please sign in to comment.