summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-05-30 15:50:44 -0300
committerPeter Babič2021-11-23 19:08:36 +0100
commitef6ec6e3d5d78497beebdae79bb92e58230928ba (patch)
tree6c220f75b52934a952782041a6895805890acf3e /PKGBUILD
parenta077018cbea692bf12ac81dac15ec357beeacda7 (diff)
downloadaur-ef6ec6e3d5d78497beebdae79bb92e58230928ba.tar.gz
boost-libs 1.64 rebuild
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 25a8fd79c8d3..9f07eaa61d7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=caffe
pkgver=1.0
-pkgrel=2
+pkgrel=3
pkgdesc="A deep learning framework made with expression, speed, and modularity in mind (gpu enabled)"
arch=('x86_64')
url="http://caffe.berkeleyvision.org/"
license=('BSD')
depends=(
- # binary repositories:
+ # official repositories:
'boost-libs' 'protobuf' 'google-glog' 'gflags' 'hdf5' 'opencv' 'leveldb'
'lmdb' 'cuda' 'python' 'boost' 'cython' 'python-numpy' 'python-scipy'
'python-matplotlib' 'ipython' 'python-h5py' 'python-networkx' 'python-nose'