libraries/hdf5: Updated for version 1.10.6.

Added the new dependency libaec

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2020-04-21 14:04:48 +02:00 committed by Willy Sudiarto Raharjo
parent 7ea6df2d64
commit 55ed184df4
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 6 deletions

View file

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=hdf5
VERSION=${VERSION:-1.8.21}
VERSION=${VERSION:-1.10.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -85,7 +85,7 @@ CPPFLAGS="$SLKCFLAGS" \
--enable-cxx \
--enable-fortran \
--with-zlib \
--without-szlib \
--with-szlib \
--enable-static=no \
--build=$ARCH-slackware-linux

View file

@ -1,10 +1,10 @@
PRGNAM="hdf5"
VERSION="1.8.21"
VERSION="1.10.6"
HOMEPAGE="https://www.hdfgroup.org/"
DOWNLOAD="https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8/hdf5-1.8.21/src/hdf5-1.8.21.tar.bz2"
MD5SUM="2d2408f2a9dfb5c7b79998002e9a90e9"
DOWNLOAD="https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.6/src/hdf5-1.10.6.tar.gz"
MD5SUM="37f3089e7487daf0890baf3d3328e54a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
REQUIRES="libaec"
MAINTAINER="Matteo Bernardini"
EMAIL="ponce@slackbuilds.org"