summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Verri2016-12-20 16:31:12 -0700
committerFilipe Verri2016-12-20 16:31:12 -0700
commit02b0f0eb6c8d3794b738ccfdf004db5f00e18c6b (patch)
tree86b32364ceeef1d626a15d0d42d0b6b3f1898774
parent9f4ae7f95f9b075e5fa4b37a71ebccd4ad88db37 (diff)
downloadaur-02b0f0eb6c8d3794b738ccfdf004db5f00e18c6b.tar.gz
Added CBLAS optional dependency and new version.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82bc276b5cf5..51943d501c5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jules-git
pkgdesc = Statistical computing library that aims to provide R-like experience in modern C++
- pkgver = 0.1.r0.g1dd185e
+ pkgver = 0.1.1.r0.gc0b9576
pkgrel = 1
url = https://verri.github.io/jules/
arch = any
@@ -8,6 +8,7 @@ pkgbase = jules-git
makedepends = git
depends = debug_assert-git
depends = range-v3-git
+ optdepends = cblas: BLAS optimized functions support
provides = jules
conflicts = jules
source = git+https://github.com/verri/jules.git
diff --git a/PKGBUILD b/PKGBUILD
index 42274c3ee305..53185564b8d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Filipe Verri <filipeverri@gmail.com>
pkgname=jules-git
-pkgver=0.1.r0.g1dd185e
+pkgver=0.1.1.r0.gc0b9576
pkgrel=1
pkgdesc="Statistical computing library that aims to provide R-like experience in modern C++"
arch=('any')
url="https://verri.github.io/jules/"
license=('ZLIB')
depends=('debug_assert-git' 'range-v3-git')
+optdepends=('cblas: BLAS optimized functions support')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")