mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/hdf5: Updated for version 1.12.2.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
207741eca5
commit
1333e79d66
2 changed files with 7 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for hdf5
|
||||
|
||||
# Copyright 2007-2015 LukenShiro, Italy
|
||||
# Copyright 2020 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# Copyright 2020-2022 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,8 +26,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=hdf5
|
||||
VERSION=${VERSION:-1.10.6}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-1.12.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -65,7 +65,7 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
DOCFILES="ACKNOWLEDGMENTS COPYING README.txt release_docs/RELEASE.txt \
|
||||
DOCFILES="ACKNOWLEDGMENTS COPYING* README.md release_docs/RELEASE.txt \
|
||||
release_docs/HISTORY* release_docs/INSTALL"
|
||||
|
||||
set -e
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="hdf5"
|
||||
VERSION="1.10.6"
|
||||
VERSION="1.12.2"
|
||||
HOMEPAGE="https://www.hdfgroup.org/"
|
||||
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="https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.12/hdf5-1.12.2/src/hdf5-1.12.2.tar.gz"
|
||||
MD5SUM="30172c75e436d7f2180e274071a4ca97"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libaec"
|
||||
|
|
Loading…
Reference in a new issue