summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60522c4be983..3ac85c363d3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=trinnity-git
_srcname=trinnity
pkgver=0.5
-pkgrel=3
+pkgrel=4
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'
'intel-mkl>=2017.17.0.1.1.132: Intel MKL BLAS backend'
'clblas>=2.12: clBLAS BLAS backend'
'cblas: Plain old CBLAS backend'
+ 'openmp: OpenMP SIMD and SMP Support'
)
provides=()
conflicts=("trinnity")