provides: removed caffe-cpu

master
Daniel Bermond 7 years ago committed by Peter Babič
parent 3fbd72e617
commit 186fd66c87
  1. 5
      .SRCINFO
  2. 3
      PKGBUILD

@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
# Sun Mar 19 06:44:15 UTC 2017
# Sun Apr 30 12:41:34 UTC 2017
pkgbase = caffe
pkgdesc = A deep learning framework made with expression, speed, and modularity in mind (gpu enabled)
pkgver = rc5
pkgrel = 1
pkgrel = 2
url = http://caffe.berkeleyvision.org/
arch = x86_64
license = BSD
@ -36,7 +36,6 @@ pkgbase = caffe
depends = openblas-lapack
depends = python2-leveldb
depends = python2-scikit-image
provides = caffe-cpu
conflicts = caffe-git
conflicts = caffe-cpu
conflicts = caffe-cpu-git

@ -3,7 +3,7 @@
pkgname=caffe
pkgver=rc5
pkgrel=1
pkgrel=2
pkgdesc="A deep learning framework made with expression, speed, and modularity in mind (gpu enabled)"
arch=('x86_64')
url="http://caffe.berkeleyvision.org/"
@ -17,7 +17,6 @@ depends=( # binary repositories:
# AUR:
'openblas-lapack' 'python2-leveldb' 'python2-scikit-image')
makedepends=('doxygen' 'texlive-core')
provides=('caffe-cpu')
conflicts=('caffe-git' 'caffe-cpu' 'caffe-cpu-git' 'caffe-dr-git' 'caffe-mnc-dr-git')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/BVLC/${pkgname}/archive/rc.tar.gz")
noextract=("${pkgname}-${pkgver}.tar.gz")

Loading…
Cancel
Save