summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b6caaf870e9..f8385353a4c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: nameful.tee <nameful.tee@protonmail.ch>
+# Contributor: bartus <arch-user-repoᘓbartus.33mail.com>
# Contributor: Hal Gentz <zegentzy@protonmail.com>
pkgname=blaze-git
-pkgver=3.3.r430.ea158fdf7
+pkgver=3.4.r84.d518c7ccf
pkgrel=1
pkgdesc="An open-source, high-performance C++ math library for dense and sparse arithmetic."
arch=('i686' 'x86_64')
@@ -10,8 +11,8 @@ url="https://bitbucket.org/blaze-lib/blaze"
license=('New BSD')
optdepends=('blas: for maximum performance.'
'lapack: for computing the determinant of a dense matrix and for the dense matrix inversion.'
- 'boost: to use Boost threads to run numeric operations in parallel.')
-makedepends=('git' 'cmake')
+ 'boost-libs: to use Boost threads to run numeric operations in parallel.')
+makedepends=('git' 'cmake' 'blas' 'lapack' 'boost-libs')
provides=('blaze')
conflicts=('blaze')
source=("${pkgname}::git+https://bitbucket.org/blaze-lib/blaze.git")