summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Anderson2018-11-27 11:02:17 +0000
committerAndrew Anderson2018-11-27 11:02:17 +0000
commitbe53b7976c2a3cc6e6232433bc2d49038b9673a0 (patch)
treedc3ef5e9778aae48a2e54ae78a9626b27d471ffc /PKGBUILD
parentb06521a91297854d5c193cdd5cc3660b419a5a75 (diff)
downloadaur-trinnity.tar.gz
Update optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b8c24e7a0144..c30c8d277afe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrew Anderson <andersan@tcd.ie>
pkgname=trinnity
pkgver=0.5
-pkgrel=4
+pkgrel=5
pkgdesc="C++ library of CNN primitive operations"
arch=('any')
url="https://bitbucket.org/STG-TCD/trinnity"
@@ -17,6 +17,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=()