summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072018-05-29 17:05:01 +0200
committersL1pKn072018-05-29 17:05:01 +0200
commit377489e9f6b5166d9bded26a6dbdc5ac4dcac7b7 (patch)
tree3bf48e9a3a6328a3b5cf32093efde4ef3c527219 /PKGBUILD
parent4054b751b2f7adbb7dc4cde823e342090da3a3e0 (diff)
downloadaur-377489e9f6b5166d9bded26a6dbdc5ac4dcac7b7.tar.gz
Conflicts=()/provides=() with openblas
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 95644779ee1b..d6dde5904fd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=libopenblas
pkgver=0.3.0
-pkgrel=1
-pkgdesc="An optimized BLAS library based on GotoBLAS2 1.13 BSD"
+pkgrel=2
+pkgdesc="An optimized BLAS library based on GotoBLAS2 1.13 BSD. (Designed for can be installed side by side with Blas)"
arch=('x86_64')
url='http://www.openblas.net'
license=('BSD')
@@ -11,6 +11,8 @@ depends=('gcc-libs')
makedepends=('perl'
'gcc-fortran'
)
+conflicts=('openblas')
+provides=('openblas')
source=("OpenBLAS-v${pkgver}.tar.gz::http://github.com/xianyi/OpenBLAS/archive/v${pkgver}.tar.gz")
sha256sums=('cf51543709abe364d8ecfb5c09a2b533d2b725ea1a66f203509b21a8e9d8f1a1')
options=('!emptydirs')