summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Anderson2019-12-04 17:56:33 +0000
committerAndrew Anderson2019-12-04 17:56:33 +0000
commitc5332fed518bad28101c95f7360b84d6b45e197d (patch)
tree7da7897efcd2bb8a9a059a4df2f7a50db87d33d8
parent2521d15baa52d291865bcba05b53e9edecc252c6 (diff)
downloadaur-c5332fed518bad28101c95f7360b84d6b45e197d.tar.gz
Fix boost dep
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73023782b05c..6798c28bac30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = trinnity-caffe-git
pkgdesc = Caffe 1.0 with triNNity extensions
pkgver = 1.0
- pkgrel = 20
+ pkgrel = 21
url = https://bitbucket.org/STG-TCD/trinnity-caffe
arch = x86_64
license = BSD
makedepends = cmake
- depends = boost-libs
+ depends = boost1.69-libs
depends = protobuf
depends = google-glog
depends = gflags
depends = hdf5
depends = python
- depends = boost
+ depends = boost1.69
depends = cython
depends = python-numpy
depends = python-scipy
diff --git a/PKGBUILD b/PKGBUILD
index eccf4283952d..1435416fe02e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=trinnity-caffe-git
_srcname=trinnity-caffe
pkgver=1.0
-pkgrel=20
+pkgrel=21
pkgdesc="Caffe 1.0 with triNNity extensions"
arch=('x86_64')
url="https://bitbucket.org/STG-TCD/trinnity-caffe"
license=('BSD')
depends=(
- 'boost-libs' 'protobuf' 'google-glog' 'gflags' 'hdf5'
- 'python' 'boost' 'cython' 'python-numpy' 'python-scipy'
+ 'boost1.69-libs' 'protobuf' 'google-glog' 'gflags' 'hdf5'
+ 'python' 'boost1.69' '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'