mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
academic/suitesparse: Updated for version 5.1.2
Signed-off-by: Christoph Willing <chris.willing@linux.com>
This commit is contained in:
parent
0a6ec03bdf
commit
cdc632e77b
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for suitesparse
|
||||
|
||||
# Copyright 2017 Christoph Willing, Brisbane Australia
|
||||
# Copyright 2017,2018 Christoph Willing, Brisbane Australia
|
||||
# All rights reserved.
|
||||
# Thanks to Pablo Santamaria for previous versions
|
||||
#
|
||||
|
@ -25,7 +25,7 @@
|
|||
|
||||
PRGNAM=suitesparse
|
||||
SRCNAM=SuiteSparse
|
||||
VERSION=${VERSION:-5.1.0}
|
||||
VERSION=${VERSION:-5.1.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="suitesparse"
|
||||
VERSION="5.1.0"
|
||||
VERSION="5.1.2"
|
||||
HOMEPAGE="http://faculty.cse.tamu.edu/davis/suitesparse.html"
|
||||
DOWNLOAD="http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-5.1.0.tar.gz"
|
||||
MD5SUM="9c34d7c07ad5ce1624b8187faa132046"
|
||||
DOWNLOAD="http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-5.1.2.tar.gz"
|
||||
MD5SUM="e878549ef1060c01cdcedf323191be74"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="lapack metis chrpath"
|
||||
|
|
Loading…
Reference in a new issue