summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorDaniel Bermond2018-08-22 17:56:24 +0000
committerDaniel Bermond2018-08-22 17:56:24 +0000
commita9977e6f6078044fd23626f65b68159eeac003ae (patch)
treef29924d7085e87181ed923693331a787633d4c2c /.SRCINFO
parent8cc4b19c86fc5ea2cf1a2e713166bab83a47c1f0 (diff)
downloadaur-a9977e6f6078044fd23626f65b68159eeac003ae.tar.gz
Package now provides the non-cuda version
This package now provides the non-cuda version (as known as the 'cpy only' build). If you want caffe2 with cuda support, use package caffe2-cuda. This new package naming schema will better reflect the package contents. This conforms to tensorflow package naming from the official repositories.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO23
1 files changed, 14 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6c56245f9a1..add7f6900b61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,20 @@
pkgbase = caffe2
- pkgdesc = A new lightweight, modular, and scalable deep learning framework (gpu enabled)
+ pkgdesc = A new lightweight, modular, and scalable deep learning framework
pkgver = 0.8.2.pytorch.0.4.1
- pkgrel = 1
+ pkgrel = 2
url = http://caffe2.ai/
+ arch = i686
arch = x86_64
license = BSD
makedepends = git
makedepends = cmake
- makedepends = gcc54
+ makedepends = opencl-headers
depends = google-glog
depends = protobuf
depends = lapack
depends = python
depends = python-numpy
depends = python-protobuf
- depends = cuda
- depends = cudnn
depends = gflags
depends = gtest
depends = openmp
@@ -26,6 +25,9 @@ pkgbase = caffe2
depends = snappy
depends = zeromq
depends = hiredis
+ depends = ocl-icd
+ depends = opencv
+ depends = gtk3
depends = ffmpeg
depends = python-flask
depends = python-future
@@ -48,13 +50,16 @@ pkgbase = caffe2
depends = python-glog
depends = python-leveldb
depends = python-lmdb
- conflicts = caffe
- conflicts = caffe-cpu
- conflicts = caffe-git
- conflicts = caffe-cpu-git
conflicts = caffe2-git
+ conflicts = caffe2-cuda
+ conflicts = caffe2-cuda-git
conflicts = caffe2-cpu
conflicts = caffe2-cpu-git
+ conflicts = caffe
+ conflicts = caffe-git
+ conflicts = caffe-cuda
+ conflicts = caffe-cuda-git
+ replaces = caffe2-cpu
noextract = caffe2-thirdparty-catch-2.2.1.tar.gz
noextract = caffe2-thirdparty-protobuf-3.5.0.tar.gz
noextract = caffe2-thirdparty-python-six-1.11.0.tar.gz