# Maintainer: Andrew Anderson pkgname=trinnity pkgver=0.5 pkgrel=1 pkgdesc="C++ library of CNN primitive operations" arch=('x86_64' 'aarch64' 'armv7h') url="https://bitbucket.org/STG-TCD/trinnity" license=('BSD') groups=() depends=() makedepends=('doxygen') checkdepends=() optdepends=('gsl>=2.3: GSL BLAS backend' 'atlas-lapack>=3.10.3: ATLAS BLAS backend' 'openblas-lapack>=0.2.19: OpenBLAS BLAS backend' 'intel-mkl>=2017.17.0.1.1.132: Intel MKL BLAS backend' 'clblas>=2.12: clBLAS BLAS backend' ) provides=() conflicts=() replaces=() backup=() options=() source=("https://bitbucket.org/STG-TCD/trinnity/get/v$pkgver.tar.bz2") package() { make -C $srcdir/STG-* DESTDIR=$pkgdir doc make -C $srcdir/STG-* DESTDIR=$pkgdir install }