summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Anderson2018-11-19 16:45:45 +0000
committerAndrew Anderson2018-11-19 16:45:45 +0000
commitb59c472c0d91795d9d767fa0e58d40de6e3146b9 (patch)
treedd6af0386cd32e49fcfdbcba7daa8f63d31f9462
parentb7a0cc5120a15ce95944bfe519bfbee1ff003e9f (diff)
downloadaur-b59c472c0d91795d9d767fa0e58d40de6e3146b9.tar.gz
Update
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da7971a87bce..2f6d876c19ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = trinnity-git
pkgdesc = C++ library of CNN primitive operations
pkgver = 0.5
- pkgrel = 3
+ pkgrel = 4
url = https://bitbucket.org/STG-TCD/trinnity
arch = any
license = BSD
@@ -12,6 +12,7 @@ pkgbase = trinnity-git
optdepends = intel-mkl>=2017.17.0.1.1.132: Intel MKL BLAS backend
optdepends = clblas>=2.12: clBLAS BLAS backend
optdepends = cblas: Plain old CBLAS backend
+ optdepends = openmp: OpenMP SIMD and SMP Support
conflicts = trinnity
source = trinnity::git+https://bitbucket.org/STG-TCD/trinnity
md5sums = SKIP
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")