summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorAndrew Anderson2018-10-12 08:56:53 +0100
committerAndrew Anderson2018-10-12 08:56:53 +0100
commit01b7a6bbbbf46783fc7b7a5d30fba8758194f545 (patch)
tree1bf655a63375ed6cb516ce467fd7797193380bab /.SRCINFO
downloadaur-01b7a6bbbbf46783fc7b7a5d30fba8758194f545.tar.gz
Initial PKGBUILD
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO49
1 files changed, 49 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..850ab42c7d86
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,49 @@
+pkgbase = caffe-opencl-slim-git
+ pkgdesc = A slimmed-down build of Caffe based on caffe-opencl-git
+ pkgver = 1.0
+ pkgrel = 1
+ url = http://caffe.berkeleyvision.org/
+ arch = x86_64
+ license = BSD
+ makedepends = cmake
+ depends = boost-libs
+ depends = protobuf
+ depends = google-glog
+ depends = gflags
+ depends = python
+ depends = boost
+ depends = cython
+ depends = python-numpy
+ depends = python-scipy
+ depends = python-matplotlib
+ depends = ipython
+ depends = python-networkx
+ depends = python-nose
+ depends = python-pandas
+ depends = python-dateutil
+ depends = python-protobuf
+ depends = python-gflags
+ depends = python-yaml
+ depends = python-pillow
+ depends = python-six
+ depends = opencl-driver
+ depends = openblas-lapack
+ depends = python-scikit-image
+ depends = viennacl
+ provides = caffe
+ conflicts = caffe
+ conflicts = caffe-git
+ conflicts = caffe-cpu-git
+ conflicts = caffe-dr-git
+ conflicts = caffe-mnc-dr-git
+ conflicts = caffe-cpu
+ conflicts = caffe2
+ conflicts = caffe2-git
+ conflicts = caffe2-cpu
+ conflicts = caffe2-cpu-git
+ conflicts = caffe-opencl-git
+ source = caffe::git+https://github.com/BVLC/caffe#branch=opencl
+ sha256sums = SKIP
+
+pkgname = caffe-opencl-slim-git
+