summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorisrael.herraiz2017-05-16 16:34:07 +0200
committerisrael.herraiz2017-05-16 16:34:07 +0200
commitbafee7e8fab6ffb6e07a456d5faad48c40e9b6ca (patch)
tree317c09e3d9d0b2e0bbce1e2d7cb2ac79f636582f
parentd2308718103e90a388ad44fb9ff75e4b45cca10e (diff)
downloadaur-bafee7e8fab6ffb6e07a456d5faad48c40e9b6ca.tar.gz
Better compatibility for Python
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 640c9b3da55f..65be33f2460f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = suitesparse-mkl
pkgdesc = A collection of sparse matrix libraries (compiled with the Intel MKL lib)
pkgver = 4.5.4
- pkgrel = 2
+ pkgrel = 3
url = http://faculty.cse.tamu.edu/davis/suitesparse.html
arch = i686
arch = x86_64
@@ -13,9 +13,12 @@ pkgbase = suitesparse-mkl
depends = metis
depends = intel-mkl
depends = intel-tbb
- provides = umfpack
- conflicts = umfpack
- replaces = umfpack
+ provides = umfpack,
+ provides = suitesparse=${pkgver}
+ conflicts = umfpack,
+ conflicts = suitesparse
+ replaces = umfpack,
+ replaces = 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 b6597550bac7..d19e6491ffff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=suitesparse-mkl
pkgver=4.5.4
-pkgrel=2
+pkgrel=3
pkgdesc="A collection of sparse matrix libraries (compiled with the Intel MKL lib)"
url="http://faculty.cse.tamu.edu/davis/suitesparse.html"
arch=('i686' 'x86_64')
-conflicts=('umfpack')
-provides=('umfpack')
-replaces=('umfpack')
+conflicts=('umfpack', 'suitesparse')
+provides=('umfpack', 'suitesparse=${pkgver}')
+replaces=('umfpack', 'suitesparse')
depends=('metis' 'intel-mkl' 'intel-tbb')
makedepends=('intel-compiler-base' 'intel-fortran-compiler' 'cmake' 'chrpath')
license=('GPL')