summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2019-08-29 11:53:13 +0200
committerbartus2019-08-29 12:06:20 +0200
commitcb67cd8827283d521bdd79ced387cbf25a1e04d0 (patch)
tree8755ea07b55ac338c73140e049c990b781e15a2d /PKGBUILD
parent64e27b7b9ecf1787cedeb19b1e6a4c62d0624806 (diff)
downloadaur-cb67cd8827283d521bdd79ced387cbf25a1e04d0.tar.gz
Relax dependency to allow other blas and lapack providers.
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f1cad75e6e3..afdf05dbef93 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,12 +22,10 @@ pkgdesc="Provides a dense linear algebra library similar to LAPACK but for heter
arch=('x86_64')
url="https://icl.cs.utk.edu/magma/"
license=('custom')
-depends=("cuda>=6.5.0"
- 'gsl'
- 'python'
- 'openblas-lapack')
-makedepends=('gcc-fortran'
- 'cmake')
+depends=('blas' 'lapack')
+checkdepends=('python')
+makedepends=('gcc-fortran' 'cmake' 'cuda')
+
options=('staticlibs')
source=("http://icl.cs.utk.edu/projectsfiles/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz")
sha256sums=('ce32c199131515336b30c92a907effe0c441ebc5c5bdb255e4b06b2508de109f')