[caffe] 128/249: Revert "d/rules: bump python version to 3"
Zhou Mo
cdluminate-guest at moszumanska.debian.org
Tue Mar 8 14:51:31 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 23b26a02c5d2097884d548949661f0df817c34f8
Author: Zhou Mo <cdluminate at gmail.com>
Date: Tue Sep 1 08:28:47 2015 +0000
Revert "d/rules: bump python version to 3"
This reverts commit 6f1a8aaa53c2fb3af810fa296a4776ddfac3aabb.
---
debian/rules | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index 3854842..f36feb7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,7 @@ CONFFLAG_CPU = \
-DUSE_CUDNN=OFF \
-DBUILD_SHARED_LIBS=ON \
-DBUILD_python=ON \
- -Dpython_version="3" \
+ -Dpython_version="2" \
-DBUILD_matlab=OFF \
-DBUILD_docs=ON \
-DBUILD_python_layer=ON \
@@ -37,7 +37,7 @@ CONFFLAG_CUDA = \
-DUSE_CUDNN=OFF \
-DBUILD_SHARED_LIBS=ON \
-DBUILD_python=ON \
- -Dpython_version="3" \
+ -Dpython_version="2" \
-DBUILD_matlab=OFF \
-DBUILD_docs=ON \
-DBUILD_python_layer=ON \
@@ -51,7 +51,7 @@ CONFFLAG_CUDA = \
dh $@ \
--parallel \
--buildsystem=cmake \
- --with python3
+ --with python2
override_dh_auto_configure:
dh_auto_configure \
--
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