summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorisrael.herraiz2017-05-16 16:34:07 +0200
committerisrael.herraiz2017-05-16 16:34:07 +0200
commitbafee7e8fab6ffb6e07a456d5faad48c40e9b6ca (patch)
tree317c09e3d9d0b2e0bbce1e2d7cb2ac79f636582f /PKGBUILD
parentd2308718103e90a388ad44fb9ff75e4b45cca10e (diff)
downloadaur-bafee7e8fab6ffb6e07a456d5faad48c40e9b6ca.tar.gz
Better compatibility for Python
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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')