[caffe] 01/05: control: do not pull whole libboost. partially pull instead

Zhou Mo cdluminate-guest at moszumanska.debian.org
Mon May 2 15:10:45 UTC 2016


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

cdluminate-guest pushed a commit to branch debian/experimental
in repository caffe.

commit 37f04ab31162c9f3ff4ee63c2ca3f1e9cf49ce99
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Mon May 2 14:28:57 2016 +0000

    control: do not pull whole libboost. partially pull instead
---
 debian/control | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index a22fbea..1c42b6f 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,11 @@ Build-Depends: bc,
 # require GCC-5, being prepared for the GCC-6 transition
                gcc-5,
                g++-5,
-               libboost-all-dev (>= 1.55),
+# libboost-all-dev (>= 1.55) - we pull boost stack partially.
+               libboost-filesystem-dev,
+               libboost-system-dev,
+               libboost-thread-dev,
+               libboost-python-dev,
                libgflags-dev,
                libgoogle-glog-dev,
                libhdf5-dev,

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



More information about the debian-science-commits mailing list