extra/suitesparse to 5.3.0-1

This commit is contained in:
Kevin Mihelich 2018-07-09 12:24:57 +00:00
parent 2cfb4e0086
commit 5816b4cfa4

View file

@ -5,7 +5,7 @@
# - drop intel-tbb depend, remove TBB=-ltbb SPQR_CONFIG=-DHAVE_TBB
pkgname=suitesparse
pkgver=5.2.0
pkgver=5.3.0
pkgrel=1
pkgdesc="A collection of sparse matrix libraries"
url="http://faculty.cse.tamu.edu/davis/suitesparse.html"
@ -17,8 +17,14 @@ depends=('metis' 'lapack')
makedepends=('gcc-fortran' 'cmake' 'chrpath')
license=('GPL')
options=('staticlibs')
source=("http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-$pkgver.tar.gz")
sha1sums=('e80fb66c7c8613e24cc87c9fb4482e8348f690e9')
source=("http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-$pkgver.tar.gz"
suitesparse-no-demo.patch)
sha1sums=('2c484c8dfacfbb46b1af00c187e369c7a85d2ede'
'2737ae324e50d3f3941619fbc64ba6e0a8d6993e')
prepare() {
patch -p0 -i suitesparse-no-demo.patch # Don't run test application at build time
}
build() {
cd SuiteSparse