summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororumin2017-07-09 04:29:55 +0900
committerorumin2017-07-09 04:29:55 +0900
commit4e4b52763683c6384be36a05e19e618aca26f3c9 (patch)
treef347b1b4883487a94bfb6d89571f581d79244016
parente9dd880075ce1fa2b6ec22714feddedaf48d24c3 (diff)
downloadaur-4e4b52763683c6384be36a05e19e618aca26f3c9.tar.gz
fix
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4061bc0ed329..13e2c7e6392f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lib32-suitesparse
pkgdesc = A collection of sparse matrix libraries (32-bit)
pkgver = 4.5.4
- pkgrel = 2
+ pkgrel = 3
url = http://faculty.cse.tamu.edu/davis/suitesparse.html
arch = x86_64
license = GPL
@@ -11,6 +11,7 @@ pkgbase = lib32-suitesparse
depends = lib32-metis
depends = lib32-lapack
depends = lib32-intel-tbb
+ depends = suitesparse
options = staticlibs
source = http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-4.5.4.tar.gz
source = suitesparse-link-tbb.patch
diff --git a/PKGBUILD b/PKGBUILD
index 5a30ddbcee19..6dece1e462b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=lib32-suitesparse
_basename=suitesparse
pkgver=4.5.4
-pkgrel=2
+pkgrel=3
pkgdesc="A collection of sparse matrix libraries (32-bit)"
url="http://faculty.cse.tamu.edu/davis/suitesparse.html"
arch=('x86_64')
-depends=('lib32-metis' 'lib32-lapack' 'lib32-intel-tbb')
+depends=('lib32-metis' 'lib32-lapack' 'lib32-intel-tbb' 'suitesparse')
makedepends=('gcc-fortran-multilib' 'cmake' 'chrpath')
license=('GPL')
options=('staticlibs')