summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorepitron2016-09-05 04:59:22 -0400
committerepitron2016-09-05 04:59:22 -0400
commit84809f0927a406e63bdf00cf92ece7f8aa9046d0 (patch)
tree118c32183ccb197336826926f829624ea9c705ab
parent224a6d3e99245842bf385ec1c5b9768ad4fcd150 (diff)
downloadaur-84809f0927a406e63bdf00cf92ece7f8aa9046d0.tar.gz
Bumped to v2.1.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38ee179eab7e..38e71d94b121 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Fri Aug 19 17:09:59 UTC 2016
pkgbase = magma-atlas
pkgdesc = A dense linear algebra library, similar to LAPACK, for doing caluclations on GPUs and CPUs simultaneously (built against CUDA and atlas-lapack)
- pkgver = 2.0.2
+ pkgver = 2.1.0
pkgrel = 1
url = http://icl.cs.utk.edu/magma/
arch = i686
@@ -14,11 +12,12 @@ pkgbase = magma-atlas
depends = python
depends = cblas
depends = atlas-lapack
+ depends = openblas
provides = magma
conflicts = magma
options = staticlibs
- source = http://icl.cs.utk.edu/projectsfiles/magma/downloads/magma-2.0.2.tar.gz
- sha256sums = 930e0420692695f9bbdb7b89af93f0969e1adc3888df89f26800ba6bc3347f70
+ source = http://icl.cs.utk.edu/projectsfiles/magma/downloads/magma-2.1.0.tar.gz
+ sha256sums = ba0373fc80b078001a5e048b245185adadf591c451490de53e62ed7e1a167571
pkgname = magma-atlas
diff --git a/PKGBUILD b/PKGBUILD
index 9a425c547912..89575dc59d6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _GPU_TARGET=sm50
##### End
pkgname=magma-atlas
-pkgver=2.0.2
+pkgver=2.1.0
pkgrel=1
pkgdesc="A dense linear algebra library, similar to LAPACK, for doing caluclations on GPUs and CPUs simultaneously (built against CUDA and atlas-lapack)"
arch=("i686" "x86_64")
@@ -16,9 +16,9 @@ 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")
+depends=("cuda>=5.5.0" "gcc-libs-multilib" "gsl" "python" "cblas" "atlas-lapack" "openblas")
options=('staticlibs')
-sha256sums=('930e0420692695f9bbdb7b89af93f0969e1adc3888df89f26800ba6bc3347f70')
+sha256sums=('ba0373fc80b078001a5e048b245185adadf591c451490de53e62ed7e1a167571')
source=("http://icl.cs.utk.edu/projectsfiles/magma/downloads/magma-${pkgver}.tar.gz")
build() {