summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHal Gentz2017-07-27 17:08:27 -0600
committerHal Gentz2017-07-27 17:08:27 -0600
commitbc922adfc3a2985bacfa33cef681dee90aa1d972 (patch)
tree33258405205532fd18de0c9c5c39d72804df9c91
parent90ee684c9b25dd707ec564c7d7b6f8d51d8c2b2f (diff)
downloadaur-bc922adfc3a2985bacfa33cef681dee90aa1d972.tar.gz
Updated
Signed-off-by: Hal Gentz <zegentzy@protonmail.com>
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 677c97b40650..46cad0525764 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = blaze-git
pkgdesc = An open-source, high-performance C++ math library for dense and sparse arithmetic.
- pkgver = v3.1
+ pkgver = 3.1.r725.c67b7cf6e
pkgrel = 1
url = https://bitbucket.org/blaze-lib/blaze
arch = i686
@@ -9,10 +9,9 @@ pkgbase = blaze-git
makedepends = git
optdepends = blas: for maximum performance.
optdepends = lapack: for computing the determinant of a dense matrix and for the dense matrix inversion.
- optdepends = boost>=1.54.0: to use Boost threads to run numeric operations in parallel.
- provides = blaze-git
- conflicts = blaze-git
- conflicts = blaze-git-master
+ optdepends = boost: to use Boost threads to run numeric operations in parallel.
+ provides = blaze
+ conflicts = blaze
source = blaze-git::git+https://bitbucket.org/blaze-lib/blaze.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0d0bdb6b20c0..0d04ff1590e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hal Gentz <zegentzy@protonmail.com>
pkgname=blaze-git
-pkgver=3.1.r679.e48767c20
+pkgver=3.1.r725.c67b7cf6e
pkgrel=1
pkgdesc="An open-source, high-performance C++ math library for dense and sparse arithmetic."
arch=('i686' 'x86_64')