summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Anderson2019-12-04 18:10:12 +0000
committerAndrew Anderson2019-12-04 18:10:12 +0000
commitabd0eb05715a9660531e50155d996d70dbf71013 (patch)
tree23c3bf5d6e2f042b9b92d6a2785b0d820d4f4baa
parent80172d2d3d1196533d7b8b687a806d8f3731216b (diff)
downloadaur-abd0eb05715a9660531e50155d996d70dbf71013.tar.gz
Fix build
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03e09bbc7647..78b51c7dc4f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = trinnity-caffe-git
pkgdesc = Caffe 1.0 with triNNity extensions
pkgver = 1.0
- pkgrel = 22
+ pkgrel = 23
url = https://bitbucket.org/STG-TCD/trinnity-caffe
arch = x86_64
license = BSD
makedepends = cmake
- depends = boost1.69-libs
+ depends = boost-libs
depends = protobuf
depends = google-glog
depends = gflags
depends = hdf5
depends = python
- depends = boost1.69
+ depends = boost
depends = cython
depends = python-numpy
depends = python-scipy
diff --git a/PKGBUILD b/PKGBUILD
index 012aa5856614..9b89eec26fd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=trinnity-caffe-git
_srcname=trinnity-caffe
pkgver=1.0
-pkgrel=22
+pkgrel=23
pkgdesc="Caffe 1.0 with triNNity extensions"
arch=('x86_64')
url="https://bitbucket.org/STG-TCD/trinnity-caffe"
license=('BSD')
depends=(
- 'boost1.69-libs' 'protobuf' 'google-glog' 'gflags' 'hdf5'
- 'python' 'boost1.69' 'cython' 'python-numpy' 'python-scipy'
+ 'boost-libs' 'protobuf' 'google-glog' 'gflags' 'hdf5'
+ 'python' 'boost' 'cython' 'python-numpy' 'python-scipy'
'python-matplotlib' 'ipython' 'python-networkx' 'python-nose'
'python-pandas' 'python-dateutil' 'python-protobuf' 'python-gflags'
'python-yaml' 'python-pillow' 'python-six' 'python-scikit-image'