|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
#!/bin/bash |
|
|
|
|
# Build script for Slackware |
|
|
|
|
# Copyright (C) 2010,2012,2013,2015,2016,2019 Damien Goutte-Gattat |
|
|
|
|
# Copyright (C) 2010,2012,2013,2015,2016,2019,2020 Damien Goutte-Gattat |
|
|
|
|
# |
|
|
|
|
# Redistribution and use of this script, with or without modifications, |
|
|
|
|
# is permitted provided that the following conditions are met: |
|
|
|
@ -26,10 +26,10 @@
|
|
|
|
|
|
|
|
|
|
# Source package infos |
|
|
|
|
NAMESRC=${NAMESRC:-hdf5} |
|
|
|
|
VERSION=${VERSION:-1.10.5} |
|
|
|
|
VERSION=${VERSION:-1.10.6} |
|
|
|
|
PKGVERSION=${VERSION//-patch/p} |
|
|
|
|
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz} |
|
|
|
|
WGET=${WGET:-https://www.hdfgroup.org/package/hdf5-1-10-5-tar-gz/?wpdmdl=13571&refresh=5dc73cfb07aac1573338363} |
|
|
|
|
WGET=${WGET:-https://www.hdfgroup.org/package/hdf5-1-10-6-tar-gz/?wpdmdl=14135&refresh=5ee6452060a1a1592149280} |
|
|
|
|
|
|
|
|
|
# Build infos |
|
|
|
|
NAMEPKG=${NAMEPKG:-hdf5} |
|
|
|
|