blob: 3ecf72ddae1ecd9032ccb4e61e62e30ca54d91e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgbase = blaze-git
pkgdesc = An open-source, high-performance C++ math library for dense and sparse arithmetic.
pkgver = 3.4.r84.d518c7ccf
pkgrel = 1
url = https://bitbucket.org/blaze-lib/blaze
arch = i686
arch = x86_64
license = New BSD
makedepends = git
makedepends = cmake
makedepends = blas
makedepends = lapack
makedepends = boost-libs
optdepends = blas: for maximum performance.
optdepends = lapack: for computing the determinant of a dense matrix and for the dense matrix inversion.
optdepends = boost-libs: 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
pkgname = blaze-git
|