summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorepitron2016-09-05 04:59:55 -0400
committerepitron2016-09-05 04:59:55 -0400
commitb724714588208eb92cc8deafbbbc53d9c881a011 (patch)
tree3b149cce632422bc14677f3387580f61f14b83be
parent84809f0927a406e63bdf00cf92ece7f8aa9046d0 (diff)
downloadaur-b724714588208eb92cc8deafbbbc53d9c881a011.tar.gz
Dependency fix
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38e71d94b121..e2759e6ca3aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,6 @@ pkgbase = magma-atlas
depends = python
depends = cblas
depends = atlas-lapack
- depends = openblas
provides = magma
conflicts = magma
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index 89575dc59d6f..481ac95363e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ url="http://icl.cs.utk.edu/magma/"
provides=(magma)
conflicts=('magma')
license=(custom)
-depends=("cuda>=5.5.0" "gcc-libs-multilib" "gsl" "python" "cblas" "atlas-lapack" "openblas")
+depends=("cuda>=5.5.0" "gcc-libs-multilib" "gsl" "python" "cblas" "atlas-lapack")
options=('staticlibs')
sha256sums=('ba0373fc80b078001a5e048b245185adadf591c451490de53e62ed7e1a167571')
source=("http://icl.cs.utk.edu/projectsfiles/magma/downloads/magma-${pkgver}.tar.gz")