diff options
-rw-r--r-- | libraries/hdf5/hdf5.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/hdf5/hdf5.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/libraries/hdf5/hdf5.SlackBuild b/libraries/hdf5/hdf5.SlackBuild index f935ab2998..adfb0d10e2 100644 --- a/libraries/hdf5/hdf5.SlackBuild +++ b/libraries/hdf5/hdf5.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=hdf5 -VERSION=${VERSION:-1.8.7} +VERSION=${VERSION:-1.8.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -99,7 +99,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild # Remove unnecessary stuff rm -f $PKG/usr/lib${LIBDIRSUFFIX}/*.settings -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ +find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/install diff --git a/libraries/hdf5/hdf5.info b/libraries/hdf5/hdf5.info index 969d143ec4..458e59b16c 100644 --- a/libraries/hdf5/hdf5.info +++ b/libraries/hdf5/hdf5.info @@ -1,10 +1,10 @@ PRGNAM="hdf5" -VERSION="1.8.7" +VERSION="1.8.8" HOMEPAGE="http://hdf.ncsa.uiuc.edu/products/hdf5/" -DOWNLOAD="ftp://ftp.hdfgroup.org/HDF5/prev-releases/hdf5-1.8.7/src/hdf5-1.8.7.tar.bz2" -MD5SUM="8859e2abc5258596302c7618722a48ad" +DOWNLOAD="ftp://ftp.hdfgroup.org/HDF5/prev-releases/hdf5-1.8.8/src/hdf5-1.8.8.tar.bz2" +MD5SUM="ab115337d4004a3816318b993b32a52f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="LukenShiro" EMAIL="lukenshiro@ngi.it" -APPROVED="dsomero" +APPROVED="rworkman" |