summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Anderson2018-11-27 11:03:25 +0000
committerAndrew Anderson2018-11-27 11:03:25 +0000
commitf8148cac54bc2c020186e8860aac7c402e865606 (patch)
treea6ccf2c208e7a4582772e093ce5161dcf0d50912
parentb59c472c0d91795d9d767fa0e58d40de6e3146b9 (diff)
downloadaur-f8148cac54bc2c020186e8860aac7c402e865606.tar.gz
Update optdepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f6d876c19ba..17b6e698f193 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = trinnity-git
pkgdesc = C++ library of CNN primitive operations
pkgver = 0.5
- pkgrel = 4
+ pkgrel = 5
url = https://bitbucket.org/STG-TCD/trinnity
arch = any
license = BSD
@@ -13,6 +13,7 @@ pkgbase = trinnity-git
optdepends = clblas>=2.12: clBLAS BLAS backend
optdepends = cblas: Plain old CBLAS backend
optdepends = openmp: OpenMP SIMD and SMP Support
+ optdepends = mkl-dnn: OpenMP SIMD and SMP Support, MKLDNN wrapper layers
conflicts = trinnity
source = trinnity::git+https://bitbucket.org/STG-TCD/trinnity
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3ac85c363d3e..c0097e2316ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=trinnity-git
_srcname=trinnity
pkgver=0.5
-pkgrel=4
+pkgrel=5
pkgdesc="C++ library of CNN primitive operations"
arch=('any')
url="https://bitbucket.org/STG-TCD/trinnity"
@@ -18,6 +18,7 @@ optdepends=('gsl>=2.3: GSL BLAS backend'
'clblas>=2.12: clBLAS BLAS backend'
'cblas: Plain old CBLAS backend'
'openmp: OpenMP SIMD and SMP Support'
+ 'mkl-dnn: OpenMP SIMD and SMP Support, MKLDNN wrapper layers'
)
provides=()
conflicts=("trinnity")