Added cmake as a make dependency

master
Micah Chambers 9 years ago committed by Peter Babič
parent 46b42b13a4
commit a9f311ca6e
  1. 4
      PKGBUILD

@ -2,7 +2,7 @@
pkgname=caffe
pkgver=rc2
pkgrel=1
pkgrel=2
pkgdesc="Neural network toolkit"
arch=('i686' 'x86_64')
url="https://github.com/BVLC/caffe"
@ -10,7 +10,7 @@ license=('BSD')
groups=('base-devel')
depends=('atlas-lapack-base' 'hdf5' 'opencv' 'boost' 'protobuf' 'google-glog'
'gflags' 'leveldb' 'snappy' 'lmdb')
makedepends=('git')
makedepends=('git' 'cmake')
optdepends=('cuda: for GPU support')
source=("https://github.com/BVLC/$pkgname/archive/$pkgver.tar.gz")
sha256sums=('55c9c20870b30ce398e19e4f1a62ade1eff08fce51e28fa5604035b711978eec')

Loading…
Cancel
Save