[caffe-contrib] 98/362: d/control: specify CUDA arch, add python packages.

Zhou Mo cdluminate-guest at moszumanska.debian.org
Tue May 3 09:24:19 UTC 2016


This is an automated email from the git hooks/post-receive script.

cdluminate-guest pushed a commit to branch master
in repository caffe-contrib.

commit 4b33bde11e989e3732e22494e9d6b80d6c4e8511
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Tue Sep 1 02:34:33 2015 +0000

    d/control: specify CUDA arch, add python packages.
---
 debian/control | 24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index e56b5a2..051805d 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Build-Depends: cmake, debhelper (>=9),
                bc,
 # constrain CUDA from experimental (31 Aug, 2015).
 # to let it pass the build with gcc-4.9 
-               nvidia-cuda-toolkit (>= 6.5.14)
+               nvidia-cuda-toolkit (>= 6.5.14) [amd64 i386]
 Standards-Version: 3.9.6
 Homepage: http://caffe.berkeleyvision.org
 Vcs-Git: https://github.com/BVLC/caffe.git
@@ -113,3 +113,25 @@ Description: Fast open framework for Deep Learning (Library Dev, CUDA)
  and Learning Center (BVLC) and community contributors.
  .
  This package contains the development files of CUDA caffe.
+
+Package: python-caffe-cpu
+Section: contrib/python
+Architecture: any
+Depends: ${python:Depends}, libcaffe-cpu0
+Description: Fast open framework for Deep Learning (Python Interface)
+ Caffe is a deep learning framework made with expression, speed, 
+ and modularity in mind. It is developed by the Berkeley Vision
+ and Learning Center (BVLC) and community contributors.
+ .
+ This package contains the python2 interface of CPU caffe.
+
+Package: python-caffe-cuda
+Section: contrib/python
+Architecture: i386 amd64
+Depends: ${python:Depends}, libcaffe-cuda0
+Description: Fast open framework for Deep Learning (Python Interface)
+ Caffe is a deep learning framework made with expression, speed, 
+ and modularity in mind. It is developed by the Berkeley Vision
+ and Learning Center (BVLC) and community contributors.
+ .
+ This package contains the python2 interface of CUDA caffe.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/caffe-contrib.git



More information about the debian-science-commits mailing list