mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/suitesparse to 5.3.0-1
This commit is contained in:
parent
2cfb4e0086
commit
5816b4cfa4
1 changed files with 9 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue