[caffe-contrib] 124/362: d/rules: bump python version to 3
Zhou Mo
cdluminate-guest at moszumanska.debian.org
Tue May 3 09:24:22 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 6f1a8aaa53c2fb3af810fa296a4776ddfac3aabb
Author: Zhou Mo <cdluminate at gmail.com>
Date: Tue Sep 1 07:50:26 2015 +0000
d/rules: bump python version to 3
---
debian/rules | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index 490697a..4ae6ee2 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="2" \
+ -Dpython_version="3" \
-DBUILD_matlab=OFF \
-DBUILD_docs=ON \
-DBUILD_python_layer=ON \
@@ -38,7 +38,7 @@ CONFFLAG_CUDA = \
-DUSE_CUDNN=OFF \
-DBUILD_SHARED_LIBS=ON \
-DBUILD_python=ON \
- -Dpython_version="2" \
+ -Dpython_version="3" \
-DBUILD_matlab=OFF \
-DBUILD_docs=ON \
-DBUILD_python_layer=ON \
@@ -53,7 +53,7 @@ CONFFLAG_CUDA = \
dh $@ \
--parallel \
--buildsystem=cmake \
- --with python2
+ --with python3
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-contrib.git
More information about the debian-science-commits
mailing list