libraries/hdf5: Updated for version 1.8.9.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
10293f2833
commit
e6ac601046
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for hdf5
|
||||
|
||||
# Copyright 2007-2011 LukenShiro <lukenshiro@ngi.it>
|
||||
# Copyright 2007-2012 LukenShiro <lukenshiro@ngi.it>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=hdf5
|
||||
VERSION=${VERSION:-1.8.8}
|
||||
VERSION=${VERSION:-1.8.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="hdf5"
|
||||
VERSION="1.8.8"
|
||||
VERSION="1.8.9"
|
||||
HOMEPAGE="http://hdf.ncsa.uiuc.edu/products/hdf5/"
|
||||
DOWNLOAD="ftp://ftp.hdfgroup.org/HDF5/prev-releases/hdf5-1.8.8/src/hdf5-1.8.8.tar.bz2"
|
||||
MD5SUM="ab115337d4004a3816318b993b32a52f"
|
||||
DOWNLOAD="ftp://ftp.hdfgroup.org/HDF5/prev-releases/hdf5-1.8.9/src/hdf5-1.8.9.tar.bz2"
|
||||
MD5SUM="33e105583417eff1c57fff910a53cd6f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="LukenShiro"
|
||||
EMAIL="lukenshiro@ngi.it"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="dsomero"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler---------------------------------------------------------|
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
hdf5: hdf5 (HDF5 software libraries and utilities)
|
||||
hdf5:
|
||||
hdf5: Hierarchical Data Format 5 defines a file format and and provides a
|
||||
|
|
Loading…
Reference in New Issue