summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorDaniel Bermond2017-03-19 03:38:52 -0300
committerDaniel Bermond2017-03-19 03:38:52 -0300
commit148ce49ba0a5e33f4c333984f04e85583b71329c (patch)
treec401adc132ad483f43b2bb75260f241bbf3bdc07 /.SRCINFO
parent9d14bfe48ff35dc7f13ae8d3f2a69f1dcacfbec7 (diff)
downloadaur-148ce49ba0a5e33f4c333984f04e85583b71329c.tar.gz
First commit after package adoption. Major rewrite.
A major rewrite was made. Most important changes: - removed 'Makefile.config' file (configuration is now made in PKGBUILD) - removed the custom 'classify.py' in order to follow upstream - removed the 250MB download during build() - removed the source tree installation in '/opt' - added cuDNN support - added NCCL support - added 'distribute' make target for easier installation - added documentation - use python3 instead of python2 note1: if you want python2 just follow PKGBUILD instructions note2: current AUR dependencies: - openblas-lapack - cudnn - nccl - python-leveldb - python-scikit-image
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO84
1 files changed, 42 insertions, 42 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff83957cff19..72e972fe0330 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,56 +1,56 @@
+# Generated by mksrcinfo v8
+# Sun Mar 19 06:38:01 UTC 2017
pkgbase = caffe-git
- pkgdesc = A fast framework for deep learning built in C++ for speed with a Python 2 interface
- pkgver = rc3.r249.g7f8f9e1
+ pkgdesc = A deep learning framework made with expression, speed, and modularity in mind (git version, gpu enabled)
+ pkgver = rc5.r5.g317d162ac
pkgrel = 1
- url = https://github.com/BVLC/caffe
+ url = http://caffe.berkeleyvision.org/
arch = x86_64
- license = custom
+ license = BSD
makedepends = git
- makedepends = python2-setuptools
- makedepends = gcc-fortran
- makedepends = wget
- depends = cuda
- depends = opencv
- depends = openblas-lapack
+ makedepends = doxygen
+ makedepends = texlive-core
+ depends = boost-libs
+ depends = protobuf
depends = google-glog
depends = gflags
+ depends = hdf5
+ depends = opencv
+ depends = leveldb
depends = lmdb
- depends = cython2
- depends = ipython2
- depends = python2-pillow
- depends = python2-numpy
- depends = python2-yaml
- depends = python2-numpy
- depends = python2-scipy
- depends = python2-scikit-image
- depends = python2-scikit-learn
- depends = python2-matplotlib
- depends = python2-h5py
- depends = python2-leveldb
- depends = python2-networkx
- depends = python2-nose
- depends = python2-pandas
- depends = python2-dateutil
- depends = python2-protobuf
- depends = python2-gflags
- depends = python2-pandas
+ depends = python
depends = boost
- depends = boost-libs
- depends = bc
+ depends = cython
+ depends = python-numpy
+ depends = python-scipy
+ depends = python-matplotlib
+ depends = ipython
+ depends = python-h5py
+ 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 = openblas-lapack
+ depends = cudnn
+ depends = nccl
+ depends = python-leveldb
+ depends = python-scikit-image
+ depends = python-pydot
provides = caffe
- provides = pycaffe
- provides = python2-pycaffe
+ provides = caffe-cpu
+ provides = caffe-cpu-git
conflicts = caffe
- conflicts = pycaffe
- conflicts = python2-pycaffe
- conflicts = pycaffe-git
- conflicts = python2-pycaffe-git
- source = git+https://github.com/BVLC/caffe.git
- source = classify-print-results.py
- source = Makefile.config
+ conflicts = caffe-cpu
+ conflicts = caffe-cpu-git
+ conflicts = caffe-dr-git
+ conflicts = caffe-mnc-dr-git
+ source = caffe-git::git+https://github.com/BVLC/caffe.git
sha256sums = SKIP
- sha256sums = c12ddbd524c1b5871cb42a8775cf17a3ef86ae8a859837a6c6c4e2c19deca3d5
- sha256sums = 35fa1150f5a5b3909e96422f1efe10d43bdd8cef6c0c5d5528c53f0bc579dd74
pkgname = caffe-git