mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
academic/matio: Updated for version 1.5.23.
This fixes building against hdf5 Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1cc156ab29
commit
cabbb4adcd
2 changed files with 5 additions and 5 deletions
|
@ -25,8 +25,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=matio
|
||||
VERSION=${VERSION:-1.5.9}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-1.5.23}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="matio"
|
||||
VERSION="1.5.9"
|
||||
VERSION="1.5.23"
|
||||
HOMEPAGE="https://sourceforge.net/projects/matio/"
|
||||
DOWNLOAD="https://sourceforge.net/projects/matio/files/matio/1.5.9/matio-1.5.9.tar.gz"
|
||||
MD5SUM="aab5b4219a3c0262afe7eeb7bdd2f463"
|
||||
DOWNLOAD="https://downloads.sf.net/matio/matio-1.5.23.tar.gz"
|
||||
MD5SUM="25dfaf33af030a170eb9d3814cac1fca"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="hdf5"
|
||||
|
|
Loading…
Reference in a new issue